ryardley / ts-bus

A lightweight JavaScript/TypeScript event bus to help manage your application architecture.
MIT License
135 stars 8 forks source link

Warn when useBusReducer is not placed within BusProvider #43

Open ryardley opened 4 years ago

ryardley commented 4 years ago

It is a pretty easy mistake to make to accidentally use the useBusReducer outside of a BusProvider. There should be a warning if you do so.