inferno-compat missing support for createRoot
Author: necolasCreated Feb 11, 2023Updated Feb 15, 2023
Labelsfeature request
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
Source: infernojs/inferno