bilgin1500
Results
1
issues of
bilgin1500
Thanks for the hook implementation. [A concern about disconnect method](https://github.com/rehooks/component-size/blob/c0abcb9702f173cd5d52710af8604b29f2fbac17/index.js#L45): [MDN docs say](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver/disconnect) that the `disconnect` method doesn't receive any parameters, it rather disconnects all the connected observers. A question...