kei444666

Results 1 comments of kei444666

@leadq I've reviewed the source code regarding this issue and discovered the following: - The actual implementation of useState's setState is dispatchSetState. https://github.com/facebook/react/blob/d779eba4b375134f373b7dfb9ea98d01c84bc48e/packages/react-reconciler/src/ReactFiberHooks.js#L1840-L1846 - It's found that if the lanes...