Add developer warnings
chandlerprall opened this issue · comments
Chandler Prall commented
When process.env === "development"
, console.warn when an invalid selector (non-array) is used for state access, setting, or subscription
(Brian) Emil Hartz commented
what about the approach react takes with process.env !== 'production'
?