Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Commit 94b5174

Browse files
committed
fixed in slot documentation
1 parent ded6f3c commit 94b5174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/getSlots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ export default function getSlots(parts) {
3333
parser.end();
3434
return output;
3535
}
36-
return null;
36+
return {};
3737
};

0 commit comments

Comments
 (0)