airbnb/hypernova-react

ReactDOM.hydrate is no longer supported in React 18

Open

#74 geöffnet am 27. Jan. 2023

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (42 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (247 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide