airbnb/hypernova-react

ReactDOM.hydrate is no longer supported in React 18

Open

#74 ouverte le 27 janv. 2023

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)JavaScript (42 forks)github user discovery
help wanted

Métriques du dépôt

Stars
 (247 stars)
Métriques de merge PR
 (Métriques PR en attente)

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? image

Guide contributeur