Dom Armstrong

Results 14 comments of Dom Armstrong

So I can remove the 'always 300ms' fallback by using `useDeferredValue` in tandem with a use of `useSyncExternalStore` as noted [here](https://github.com/reactwg/react-18/discussions/86?sort=top#discussioncomment-1345270) (which honestly makes no sense as a dev/lib user,...

I also ended up reimplementing lazy without suspense and removing any other suspense boundaries. It was fairly simple and resolved the problems with this unfortunate decision. I just hope I...

I'm seen this while migrating to happy-dom. dispatchEvent is called 3 times each time if you spy on it (in jest), even though only called once.

This is pretty painful to do in the jest environment. Why can't we just make the properties configurable? What benefit is there to not allowing configuration? Or could it be...