electron-forge / electron-forge-docs

:electron: Mirror for Electron Forge's GitBook documentation
https://electronforge.io
86 stars 149 forks source link

chore: update react-dom import for React 18 #102

Closed egor-xyz closed 1 year ago

egor-xyz commented 1 year ago

React 18 introduces a new root API which provides better ergonomics for managing roots. The new root API also enables the new concurrent renderer, which allows you to opt-into concurrent features.

New react API