leoasis / redux-immutable-state-invariant

Redux middleware that detects mutations between and outside redux dispatches. For development use only.
MIT License
937 stars 37 forks source link

Use global isNaN to support IE11 #39

Open bijoyanupam opened 5 years ago

bijoyanupam commented 5 years ago

This is to fix the Number.isNaN support issue on IE11 as reported on https://github.com/leoasis/redux-immutable-state-invariant/issues/36/ Same issue was observed by my.