Closed iamakulov closed 12 months ago
This PR adds support for tracking the useSyncExternalStore hook. Fixes https://github.com/welldone-software/why-did-you-render/issues/238.
useSyncExternalStore
Demo from a project I'm using this on:
Note re: tests – I added two simple tests (based on useContext.test.js), but let me know if I should add anything else!
useContext.test.js
thanks! great job on that!
This PR adds support for tracking the
useSyncExternalStore
hook. Fixes https://github.com/welldone-software/why-did-you-render/issues/238.Demo from a project I'm using this on: