Skip to content

Commit 6dfaf6f

Browse files
author
wangyi
committed
## v4.6.2 2022-07-20
* [bug] fix the problem about `useAgentSelector` can not update immediately. This problem is caused by adjusting react-refresh from `[email protected]`
1 parent 1de93d6 commit 6dfaf6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
77
[standard-url]: http://npm.im/standard
88

9+
910
# use-agent-reducer
1011

1112
This is a powerful `react hook` library for managing model. It is designed for replacing reducer tools in `react hook` ecosystem. You can design a state change logistic by setting a model with class or object pattern.
@@ -15,4 +16,4 @@ The core dependency of this library is [agent-reducer](https://filefoxper.github
1516
* [Introduction](introduction.md)
1617
* [Tutorial](/tutorial.md)
1718
* [Guides](/guides.md)
18-
* [API Reference](/api.md)
19+
* [API Reference](/api.md)

0 commit comments

Comments
 (0)