Skip to content

Commit 1afe035

Browse files
authored
1 parent 19013bf commit 1afe035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/solid/src/render/Suspense.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ interface SuspenseListState extends Array<SuspenseListRegisteredState> {
2525

2626
const suspenseListEquals = (a: SuspenseListRegisteredState, b: SuspenseListRegisteredState) =>
2727
a.showContent === b.showContent && a.showFallback === b.showFallback;
28-
const SuspenseListContext = createContext<SuspenseListContextType>();
28+
const SuspenseListContext = /* #__PURE__ */ createContext<SuspenseListContextType>();
2929

3030
/**
3131
* **[experimental]** Controls the order in which suspended content is rendered

0 commit comments

Comments
 (0)