keshidong / react-use-that

Basic and powful react hooks
5 stars 0 forks source link

fix: callback not be called of useState's setState(state, callback) when state is same as previous value #7 #9

Closed keshidong closed 5 years ago

keshidong commented 5 years ago

This bug can be reproduced when setState the same value as before. Issues #9

keshidong commented 5 years ago

:tada: This PR is included in version 1.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: