Benjamin Grosse
Benjamin Grosse
I also ran into this error just as the OP described.
I would really like to generate atomic class names with a hash of the selector+property name, etc. This is for deduplicating CSS atomic classes so that the last one applied...
> The abstraction already works without needing a fork, the thing that I want to add is: > > ```js > const styled = (Component, runtimeFn) => { > return...
Hi Hammond, can you give the steps to reproduce the error?
Can you paste the code for the entire component so I can reproduce here?