chandlerprall / insula

State management library for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add developer warnings

chandlerprall opened this issue · comments

When process.env === "development", console.warn when an invalid selector (non-array) is used for state access, setting, or subscription

what about the approach react takes with process.env !== 'production'?