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:
Sebastian Markbåge
2023-03-16 11:39:34 -04:00
committed by GitHub
parent 9941cbacac
commit 480aa7785f
-1
View File
@@ -24,7 +24,6 @@ export {
hydrateRoot,
findDOMNode,
flushSync,
hydrate,
render,
unmountComponentAtNode,
unstable_batchedUpdates,