[0.4.1] - fix store updating between render and effect
A quick store change that occurs between the component's first render and the first useEffect does not update the component. An additional useEffect has been added for the solution. It will compare the actual value of the store and the value at first render. If values incomparable, component will be updated
合并状态:未合并 关闭于 2023-04-20 3 条评论