Skip to content

Commit 8793ac8

Browse files
committed
make LOADABLE_MARKS private
1 parent 7bcc773 commit 8793ac8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/marks.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,4 @@ export const rehydrateMarks = (marks = false) => {
3636

3737
export const printDrainHydrateMarks = (stream = 0) => {
3838
return `<script>window.___REACT_DEFERRED_COMPONENT_MARKS=${JSON.stringify(drainHydrateMarks(stream))};/*stream ${stream}*/</script>`;
39-
};
40-
41-
export default LOADABLE_MARKS;
39+
};

0 commit comments

Comments
 (0)