Skip to content

Commit

Permalink
Remove createMutableSource from stable exports (#23352)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
acdlite committed Feb 23, 2022
1 parent 587e759 commit 1f3f6db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/index.stable.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export {
createContext,
createElement,
createFactory,
createMutableSource as unstable_createMutableSource,
createRef,
forwardRef,
isValidElement,
Expand Down

0 comments on commit 1f3f6db

Please sign in to comment.