Hey, Im creating an application with react 18.2, mantine and reactflow , and Im getting this error only when I refresh the page, its also removes the font I set in the project.
Any help would be nice cause I tried some of the solutions they advised in here -https://github.com/remix-run/remix/issues/2570 , didnt work.
I know it might be an issue with remix, but reactflow have an example with the same code I use (of remix+reactflow), which works fine, only after adding mantine, things mess up. thanks
GitHub
What version of Remix are you using? 1.3.4 Steps to Reproduce Update https://github.com/remix-run/indie-stack/tree/main react: 18.0.0 react-dom: 18.0.0 Update entry.client.tsx : import { hydrateRoo...