I am using the babel plugin 1.1.5 with styled components 2.1.0. I have placed a ssr: true in both the client and the server babel configs.
However, I always see this mismatch in checksum:
(client) P gradient-container___default-s1b1hs7t-
(server) P gradient-container-s1b1hs7t-0 ieOpth"
This tells me that the plugin is enabled for both the client and server, but the client consistently has this __default string as part of the class name. Where is this coming from?
I am using the babel plugin
1.1.5with styled components2.1.0. I have placed assr: truein both the client and the server babel configs.However, I always see this mismatch in checksum:
This tells me that the plugin is enabled for both the client and server, but the client consistently has this
__defaultstring as part of the class name. Where is this coming from?