You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Scrolls the given element into view, with options for when, and how.
76
93
* Supports the same `options` as [`Element.prototype.scrollIntoView`](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView) with additions such as `scrollMode`, `behavior: Function` and `skipOverflowHiddenElements`.
@@ -108,7 +125,7 @@ function scrollIntoView<T = unknown>(
108
125
// Browsers treats targets that aren't in the dom as a no-op and so should we
0 commit comments