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
I'm having issues running the devtools in a project created with CRA and react-app-rewired, React is in version 17.0.2, jotai and jotai-devtools are both in latest version but when trying to run it's returning the message.
Failed to compile.
./node_modules/jotai-devtools/node_modules/@mantine/code-highlight/esm/CodeHighlightTabs.mjs
Attempted import error: 'ActionIcon' is not exported from '@mantine/core'.
This message pops with any imports I try to use, not only the <DevTool /> component, if I don't use anything from jotai-devtools then the project runs as expected.
From what I've seen, mantine expects react 18, but I can't upgrade react right now.
Is there any solution? I don't mind downgrading jotai and jotai-devtools but I don't know which version to use.
The text was updated successfully, but these errors were encountered:
You could try using v0.8.0 but note that it may not support the latest version of Jotai. FWIW, we're working on moving away from @mantine/* so hopefully we can add back the support for react 17 soon
I'm having issues running the devtools in a project created with CRA and react-app-rewired, React is in version 17.0.2, jotai and jotai-devtools are both in latest version but when trying to run it's returning the message.
This message pops with any imports I try to use, not only the
<DevTool />
component, if I don't use anything from jotai-devtools then the project runs as expected.From what I've seen, mantine expects react 18, but I can't upgrade react right now.
Is there any solution? I don't mind downgrading jotai and jotai-devtools but I don't know which version to use.
The text was updated successfully, but these errors were encountered: