# Error: ScrollIntoViewKeyNotAllowed

The key `{ key }` was provided to the `data-scroll-into-view` attribute. The `data-scroll-into-view` attribute must not have a key _nor_ a value.

Example:

```html
<div data-scroll-into-view></div>
```

See the docs on the [`data-scroll-into-view`](/reference/attribute_plugins#data-scroll-into-view) attribute.