preactjs / preact-www

:book: Preact documentation website.
https://preactjs.com
MIT License
358 stars 500 forks source link

docs: Add instructions for react-dom subpath types #1122

Closed rschristian closed 6 months ago

rschristian commented 6 months ago

Closes https://github.com/preactjs/preact/issues/3845

Allows users to write the following without type errors:

import ReactDOM from 'react-dom/client'

// or

import { createRoot } from 'react-dom/client'