Results 25 comments of Will Finch

I didn't have much luck with most of the above. For what's it's worth the easiest solution I found was to simply save the last correct selection state, let the...

I agree with @cdow's explanation. Would be great to improve this.

@GaryTowers I wrote a script to parse a json file with emojis and their respective categories. I uploaded the script and the json output to [wdfinch/emojis-json-formatted](https://github.com/wdfinch/emojis-json-formatted). In the json folder,...

Just went through this issue. After spending many hours on it here are my findings and solutions: The root cause for me was having multiple instances of `styled-components` loaded. This...

I think the issue is sometimes we can't ensure all our dependencies are on the same version. For example, let's say we have a micro frontend with many apps developed...

I don't think so. The issue is the hash class name with the actual styles does not have the namespace. The image below is from my micro frontend app using...

Gotcha. Ok then I guess the namespace is a suitable choice. Perhaps the docs could be updated to mention that the namespace option will be factored into the hash.

Ok thanks so much for the reply. That sounds great. Please let me know if you need any help.

Any updates on this? Would really love to see this feature added.