1.0.3
Enhancements
- Performance:
useForceUpdate
now returnsuseReducer
's dispatch function to prevent a reference change on each render. #5
Miscellaneous
-
Added unit test to verify that
forceUpdate
accepts no parameters. -
Added unit test to verify that
forceUpdate
returns undefined.