Luis Rojas
Luis Rojas
These package versions solved it for me "less": "^4.1.1", "less-loader": "^7.3.0",
@Fintasys Do you have any advancements for web and MacOS support? Maybe i can help you
Perfect! Thanks
If you need help testing it, I am happy to help.
Just updated to 1.20.6 and there is still a flash https://user-images.githubusercontent.com/34785814/235165507-18493325-4562-45e7-93ec-08f80a92cc79.mov Also there is an hydration error with the Button. Looking closely. The SSR seems to be working fine but...
If I hardcode `dark` as the default theme in the TamaguiProvider It works fine. ```tsx function ThemeProvider({ children }: { children: React.ReactNode }) { const [theme, setTheme] = useRootTheme() console.log('Theme',...