Mateusz Burzyński
Mateusz Burzyński
A user has reported to us that something like this (conceptually) wasn't flushed together: ```js // executed asynchronously somehow, not called from the event handler function increment() { setState1((x) =>...
One of the user reports that we have received can be found [here](https://codesandbox.io/s/floral-paper-suy6ty?file=/src/App.js). In this case, there is a `handleFetch` function that calls regular `setState` but it is itself called...
Bump for the stale bot - I believe that people are still interested in this feature
Bump for the stale bot - I believe that people are still interested in this feature
I see that CI is still failing which is a little bit worrying **but** I see that `unit_tests_node14` and `unit_tests_node18` jobs passed while `unit_tests_node16` didn't. I don't see how this...
This is very unlikely to happen - it would be very nice if u could mention *why* do u need it though
You can just compose the received `className` to the component that gets a css prop.
As far as I know, container queries are still an experimental feature. We probably won't commit to supporting it until it gets included in the spec. This would have to...
I've upgraded Stylis here: https://github.com/emotion-js/emotion/pull/2929 . A new version of Emotion will be released in a moment.
Please always try to share a repro case in a runnable form - either by providing a git repository to clone or a codesandbox. OSS maintainers usually can't afford the...