react-bus
react-bus copied to clipboard
A global event emitter for react.
Bumps [mitt](https://github.com/developit/mitt) from 2.1.0 to 3.0.1. Release notes Sourced from mitt's releases. 3.0.1 What's Changed chore: fix typescript issue with NodeNext, fix #166 by @Mister-Hope in developit/mitt#167 New Contributors @Mister-Hope...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 17.0.2 to 18.2.0. Release notes Sourced from react's releases. 18.2.0 (June 14, 2022) React DOM Provide a component stack as a second argument to onRecoverableError. (@gnoff in...
Bumps [@rollup/plugin-buble](https://github.com/rollup/plugins/tree/HEAD/packages/buble) from 0.21.3 to 1.0.2. Changelog Sourced from @rollup/plugin-buble's changelog. v1.0.2 2023-01-20 Bugfixes fix: types should come first in exports #1403 v1.0.1 2022-10-21 Updates chore: update rollup dependencies (3038271)...
- [ ] upgrade mitt to v3 - [ ] remove BusContext export - [ ] support mitt's stronger typing - [ ] could type instantiation be used? so people...