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
Observed Behaviour
inferno-compatdoes not support the following:Error:
Expected Current Behaviour
Inferno should not error. For example, this is supported by
preact/compat, which has aclient.jsfile with acreateRootexport.Inferno Metadata
inferno 8.0.6
inferno-compat 8.0.6