Vitaly Rtishchev

Results 366 comments of Vitaly Rtishchev

Well, I cannot help much, if you can reproduce an issue in mantine-remix-template and send the repo I can have a look

In a long term – maybe, in short term – no. With current remix direction (server streaming as default) I doubt that it will worth the effort to support remix...

Well, it's up to you, I have several next.js app running in production without any issues built with Mantine.

Hi @igorovic, with 5.0 release you get full control over emotion cache, you can change options as described in emotion documentation – https://emotion.sh/docs/@emotion/cache. There is not much we can do...

You cannot insert `` tag into `` tag. Use `document.head` or create a placeholder element for it.

Alright, thanks, I still do not think that we can do anything about this on Mantine side, if you find a solution feel free to share it here, I'll update...

Great, thanks for investigation! I'll see whether we can add this to emotion cache documentation.

@kof Can you point me to the place where detection mechanism is located? My current observation is that this happens exclusively with Next.js (I've tested the same components with Gatsby...