mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-06-19 10:18:30 +08:00
React doesn't currently provide an API for defining SSR-safe IDs, so we have to suppress the hydration warnings that occur. The 'useOpaqueIdentifier' hook is intended to support this use case but is not currently a public API and development has been paused. https://github.com/facebook/react/pull/17322. Close #1375