mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Remove hydrate entry point from www builds (#26400)
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.
This commit is contained in:
committed by
GitHub
parent
9941cbacac
commit
480aa7785f
@@ -24,7 +24,6 @@ export {
|
||||
hydrateRoot,
|
||||
findDOMNode,
|
||||
flushSync,
|
||||
hydrate,
|
||||
render,
|
||||
unmountComponentAtNode,
|
||||
unstable_batchedUpdates,
|
||||
|
||||
Reference in New Issue
Block a user