troch / reinspect

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

fix action.type check #23

Closed cherepanov closed 4 years ago

cherepanov commented 5 years ago

Didn't get what action.type is for, but got exception with useState(null).

troch commented 5 years ago

Hello @cherepanov, thanks for your contribution. Could you remove dist from git please?

cherepanov commented 5 years ago

done

troch commented 5 years ago

OK, but also add dist back to .gitignore?

cherepanov commented 5 years ago

ops, done

troch commented 4 years ago

Hey, sorry for not going back to it. It has been fixed while maintaining the project and setting TS to strict mode.