v9.0.0
This version introduces a new logic for the useResizeDetector
hook.
The hook now stores the ref
in the internal state, allowing us to handle ref
changes.
There should be no breaking changes.
Now it's safe to delete refreshMode="debounce" refreshRate={0}
props that many of you used as a workaround.