Throw more descriptive errors
littensy opened this issue · comments
richard commented
Roact Reflex should throw more descriptive errors for oversights like:
- Selectors returning different values for the same
state
argument - Using
useSelector
oruseSelectorCreator
without a root<ReflexProvider>
Zhouscar commented
Woag