Vitaly Rtishchev

Results 366 comments of Vitaly Rtishchev

@kof I've managed to replicate this issue with regular ssr server (not Next), here what I did: ```tsx getDataFromTree(_App).then(() => { const initialState = client.extract(); const registry = new SheetsRegistry();...

Thanks for quick response >the proper usage in such a case should be to wrap the data object with a React.useMemo() on the caller side rather than the library. yep,...

This warning usually does not break anything, if you want to remove it you can patch console to filter it out until it gets fixed ```tsx if (typeof window ===...

I cannot reproduce it in Chrome, Safari and Firefox on macOS.

Your issue is not related to this issue, see https://mantine.dev/theming/theme-object/#respectreducemotion

Yeah, sure, you are welcome to submit a PR

@cyantree I've copied and tested your changes, they work well. I've integrated them, so there is no need for a PR. Thanks for the research!

Fixed in [7.6.1](https://github.com/mantinedev/mantine/releases/tag/7.6.1)

https://mantine.dev/styles/postcss-preset/#remem-functions

I believe you can use svgo in the browser without this package, svgo added this feature a while back