formaat-design / reshaped

Community repository for storing examples, reporting issues and tracking roadmap
https://reshaped.so
98 stars 3 forks source link

Remix: FOUC issue #158

Closed muco-rolle closed 1 year ago

muco-rolle commented 1 year ago

I cloned the Remix starter and I'm experiencing Screenshot from 2023-05-10 03-19-22 a Flash Of Unstyled Content anyone has faced this issue?

blvdmitry commented 1 year ago

Hey, I'll check this today and will also try updating to the latest Remix since they've moved css support to stable

blvdmitry commented 1 year ago

I've checked the demo and it's indeed missing the SSR part. In Reshaped v1 it was data-rs-theme="reshaped-light" attribute on <body> In Reshaped v2 nightly it is data-rs-theme="reshaped" data-rs-color-mode="light" attribute on <html>

blvdmitry commented 1 year ago

Updated the example: https://github.com/formaat-design/reshaped/blob/master/examples/starter-remix/app/root.tsx#L49