Skip to content

Commit 1f3f6db

Browse files
authored
Remove createMutableSource from stable exports (#23352)
I removed useMutableSource in a previous PR but forgot this one. We still export it in the FB builds until we can migrate the internal callers (Recoil).
1 parent 587e759 commit 1f3f6db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react/index.stable.js

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export {
2121
createContext,
2222
createElement,
2323
createFactory,
24-
createMutableSource as unstable_createMutableSource,
2524
createRef,
2625
forwardRef,
2726
isValidElement,

0 commit comments

Comments
 (0)