Libraries like react-select use the emotion css framework. Due to components in Embeddable sitting inside a shadow DOM you’ll need to wrap the components in the cache provider from Emotion.
Please see an example here:
Official documentation here: Emotion – @emotion/cache
