troch / reinspect

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

Can this be used when using use-immer? #55

Open johtso opened 3 years ago

johtso commented 3 years ago

use-immer exposes useImmerReducer, reinspect exposes useReducer. Are there any workarounds to get the two to play nicely?