Mateusz Burzyński
Mateusz Burzyński
is the user required to configure all 25 levels? I understand they shouldn't configure more than 25 but is the system OK with less than 25?
Ok, so I made all of those shadows optional - this should address the issue (if I understand your constraints correctly)
Yep, the runtime change here is 100% better than what you had before. Maybe it could be improved further - if the user has always to provide all 25 levels...
To be fair, I don't see the behavior being different between React and vanilla event handlers here. Even when using the provided repro. I'm testing this with Chrome Version 131.0.6778.205...
@emmatown I think we should do something about it. In the next major version, we should drop the `compat` plugin. So the question is, how do we ease the migration?...
> By a selector that needs to be "patched", do you mean selectors with things like :hover or selectors with things like :where or both? Both. Currently we "patch" some...
> import tags from '@emotion/styled/tags' We could make this work. PRs are welcome.
Perhaps you are misreading the error message? It doesn't exactly mean here that it doesn't have the `data` property but rather it's not guaranteed that it will have one and...
This is, currently, by design - all actors should be known upfront so we can build correct and safe type for the `.children`
Yes, it should be possible to support streaming - if you only wrap your app with some special provider etc. Emotion itself is not 100% compatible with streaming right now,...