wp-pwa/saturn-app-theme-worona

Fix SSR error on SliderPoints

Closed this issue · 1 comments

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.

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.