Mateusz Burzyński
Mateusz Burzyński
I'm wondering if this plugin (or similar) can be added in `compilerOptions.plugins`? Or does that API doesn't accept transformer plugins?
This is not finished - as I have no idea how this loader should be configured. I've created this small example to try various configurations on it - if you...
## Steps To Reproduce 1. schedule two updates using "default priority" scope (eg. from within setTimeout) 2. let one of the updates be handled through `useSyncExternalStore` and let the other...
Related to @pieh's comment [here](https://github.com/gatsbyjs/gatsby/pull/36342#issuecomment-1216344897). We've fixed the mentioned issue in XState so hopefully, this should allow you to migrate.
I'm not super happy about this but we need to upgrade Stylis to leverage some a fix for incorrect CSS variable prefixing. At the same time, we already get some...
## 📝 Description ## ⛳️ Current behavior (updates) `checked` prop is allowed on `Switch`, `Checkbox`, `Radio`, and text-like inputs. It's especially confusing when it comes to the first mentioned group...
Follow-up to https://github.com/statelyai/xstate/pull/3455/files#r967087849
⚠️ this currently doesn't work as it requires us to also update Jest itself. I don't want to do it right now, I'm just creating this PR as a draft...