Runtime Error

ScrollIntoViewInvalidElement

The data-scroll-into-view attribute was placed on an invalid element. It may only be placed on an HTML element or an SVG element.

Example:

1<div data-scroll-into-view></div>

See the docs for the data-scroll-into-view attribute.