Open jotamodesto opened 1 month ago
Thanks for reaching out @jotamodesto.
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'll try to find a version of Jotai that work with this version of devtools. When this new version comes out I'll update.
Thank you.
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.