mirror of
https://github.com/streamich/react-use.git
synced 2026-01-18 14:06:52 +00:00
chore(release): 17.1.1 [skip ci]
## [17.1.1](https://github.com/streamich/react-use/compare/v17.1.0...v17.1.1) (2021-02-10)
### Bug Fixes
* useMountedState should not change state on componentDidUpdate lifecycle ([701b306](701b306ed9))
This commit is contained in:
parent
1c18e28226
commit
5ba8ef4ff8
@ -1,3 +1,10 @@
|
||||
## [17.1.1](https://github.com/streamich/react-use/compare/v17.1.0...v17.1.1) (2021-02-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* useMountedState should not change state on componentDidUpdate lifecycle ([701b306](https://github.com/streamich/react-use/commit/701b306ed97382cbec73c834f6d3dd7baa58e339))
|
||||
|
||||
# [17.1.0](https://github.com/streamich/react-use/compare/v17.0.2...v17.1.0) (2021-02-01)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-use",
|
||||
"version": "17.1.0",
|
||||
"version": "17.1.1",
|
||||
"description": "Collection of React Hooks",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user