Skip to content

Commit

Permalink
Remove hydrate entry point from www builds (#26400)
Browse files Browse the repository at this point in the history
As I understand it this isn't used at Meta and it would let us get rid
of at least legacy mode hydration code when we remove legacy mode from
OSS builds.
  • Loading branch information
sebmarkbage authored Mar 16, 2023
1 parent 9941cba commit 480aa77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-dom/index.classic.fb.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export {
hydrateRoot,
findDOMNode,
flushSync,
hydrate,
render,
unmountComponentAtNode,
unstable_batchedUpdates,
Expand Down

0 comments on commit 480aa77

Please sign in to comment.