Resolves issue #801, where process.env may not exist when using a Provider which can cause an application to crash. Simple check to ensure that the browser does not throw a reference error. This is only used in Provider.js to throw an error in development builds if we detect that the set of stores have changed.
Resolves issue #801, where
process.env
may not exist when using aProvider
which can cause an application to crash. Simple check to ensure that the browser does not throw a reference error. This is only used inProvider.js
to throw an error in development builds if we detect that the set of stores have changed.