wp-pwa / saturn-app-theme-worona

Saturn theme for worona apps
1 stars 0 forks source link

Fix SSR error on SliderPoints #94

Closed orballo closed 6 years ago

orballo commented 7 years ago

This error is thrown when entering directly to a Post view:

screenshot 2017-08-24 16 05 01

Those classes belong to the SliderPoints component.

DAreRodz commented 6 years ago

There is a problem using extend and withComponent from styled components. Using that functions produce CSS classes with different names between the server and the client when SSR is used.