You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Many of the codesandbox.io examples that are linked to from the documentation fail to transpile with a ModuleNotFoundError exception.
ModuleNotFoundError
Could not find module in path: 'react/jsx-runtime' relative to '/node_modules/@mui/styled-engine/StyledEngineProvider/StyledEngineProvider.js'
Scope: codesandbox.io examples experiencing "ModuleNotFoundError" exceptions
Description
Many of the codesandbox.io examples that are linked to from the documentation fail to transpile with a
ModuleNotFoundError
exception.Example:
https://codesandbox.io/s/1lz2ku
Brief investigation suggests that this may be an compatibility issue between MUI
v5
+ and react.Attempts to upgrade react to
v18
+ via thecodesandbox.io
dependency manager resulted in additional errors.Would it be possible to get these examples fixed?
The text was updated successfully, but these errors were encountered: