Dynamic import styled-jss
- Dominant language
- JavaScript
- Stars
- 214
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
I want to dynamic import "styled-jss" and able to do that so styled-jss become a chunk and only loaded when one of my styled components loaded. For simple case, it works (see sandbox link below)
Expected behavior:
+Component selector should work.
+Style should cached somehow.
The bug:
+Component selector doens't work:

+Similar classes generated multiple times:

Codesandbox:
https://codesandbox.io/s/styled-jss-playground-9f5j0?file=/index.js
Versions (please complete the following information):__
- jss: 10.3.0
- styled-jss: 2.2.3
- Browser: Chrome
- OS: Windows
Maybe the way i wrapped components is incorrect, if so, could you point me the way so i can fix it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.