infernojs / inferno

:fire: An extremely fast, React-like JavaScript library for building modern user interfaces

Home Page:https://infernojs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inferno-compat missing support for createRoot

necolas opened this issue · comments

Observed Behaviour

inferno-compat does not support the following:

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

Error:

Module not found: Error: Can't resolve 'react-dom/client'

Expected Current Behaviour

Inferno should not error. For example, this is supported by preact/compat, which has a client.js file with a createRoot export.

Inferno Metadata

inferno 8.0.6
inferno-compat 8.0.6

Although I see there is also no support for other contemporary React features like hooks. It might be best not to claim "it provides the same exports as react and react-dom" anymore