swordev / suid

A port of Material-UI (MUI) built with SolidJS.
https://suid.io
MIT License
673 stars 48 forks source link

createTheme and ThemeProvider issues #228

Closed g0dzcsgo closed 1 year ago

juanrgm commented 1 year ago

Are you using SSR?

g0dzcsgo commented 1 year ago

Are you using SSR?

I am not. I am using default ts boilerplate from solidjs

npx degit solidjs/templates/ts my-app

Mos1ju commented 1 year ago

Are you using SSR?

Is it creating some complication? I'm using SSR and while aplying ThemeProvider everyting starts to breake. Is it possible that I'm makeing mistake somewhere

juanrgm commented 1 year ago

I need some of code for reviewing.

Mos1ju commented 1 year ago

I need some of code for reviewing.

Ive already changed library but thanks for effort

musialny commented 1 year ago

I need some of code for reviewing.

A single root component used in SSR mode with the ThemeProvider caused hydration errors

juanrgm commented 1 year ago

Duplicated (https://github.com/swordev/suid/issues/139).