Hi,
I have a problem with Isomorphic-style-loader because it injects the same css module multiple times.
When I call _instertCSs in the following scenario:
_insertCSS([id1,style1], [id2, style2])
_insertCss([id2, style2], [id1, style1])
I would expect heaving only 2 scripts tags in HEAD section after rendering. In my situation I end up heaving 4 Githubissues.
Githubissues is a development platform for aggregating issues.
Hi, I have a problem with Isomorphic-style-loader because it injects the same css module multiple times. When I call _instertCSs in the following scenario: _insertCSS([id1,style1], [id2, style2]) _insertCss([id2, style2], [id1, style1])
I would expect heaving only 2 scripts tags in HEAD section after rendering. In my situation I end up heaving 4 Githubissues.