littensy / roact-reflex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Throw more descriptive errors

littensy opened this issue · comments

Roact Reflex should throw more descriptive errors for oversights like:

  • Selectors returning different values for the same state argument
  • Using useSelector or useSelectorCreator without a root <ReflexProvider>

Woag