What's Changed
- feat!: React 19 by @CodyJasonBennett in https://github.com/pmndrs/react-nil/pull/19
This release adds support for React 19, and removes its own act export in favor of React.act.
Any augmentations or references to global JSX are now to be included in the react module. You can check out the React 19 changelog here.