airbnb/hypernova-react
Ver no GitHubReactDOM.hydrate is no longer supported in React 18
Open
#74 aberto em 27 de jan. de 2023
help wanted
Métricas do repositório
- Stars
- (247 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Hi Everyone!
On the execution of this line
import { renderReact } from 'hypernova-react';
.
.
.
renderReact('App', ReduxApp);
I am seeing the following error in the console.
Is this on hypernova's end or on my end?
