Skip to content

Commit 19e9a4c

Browse files
authored
Add missing createServerContext for experimental shared subset (#25114)
1 parent 1e5245d commit 19e9a4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react/src/ReactSharedSubset.experimental.js

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export {
1919
createElement,
2020
createMutableSource as unstable_createMutableSource,
2121
createRef,
22+
createServerContext,
2223
forwardRef,
2324
isValidElement,
2425
lazy,

0 commit comments

Comments
 (0)