troch / reinspect

Use redux devtools to inspect useState and useReducer :mag_right:
MIT License
424 stars 24 forks source link

Disable reduxDev tools for production #39

Open calderUXD opened 4 years ago

calderUXD commented 4 years ago

Can we disable the devtools for production builds?

calderUXD commented 4 years ago

Get an issue the chrome plugin is not installed.

ziggahunhow commented 3 years ago

Getting "n is not a function" for production builds, seems like the same problem that @calderUXD pointed out. Can we fix this?