https://timnelke.com/
The only job of the observer would be to move the scroll position to the bottom.
So all the scroll event would need to do if to decide if the element should be observed or not.
Will try tomorrow and get back to you
The only job of the observer would be to move the scroll position to the bottom.
So all the scroll event would need to do if to decide if the element should be observed or not.
Will try tomorrow and get back to you
Or am I missing something? 🤔
Or am I missing something? 🤔
Shouldn't all of those get alleviated if you allow your component to have access to the `ResizeObserver`, either directly by passing the ref or having a subscription mechanism?
Shouldn't all of those get alleviated if you allow your component to have access to the `ResizeObserver`, either directly by passing the ref or having a subscription mechanism?