in src/setter/array-setter/index.tsx [223:227]
componentDidMount() { if (this.props.scrollIntoView && this.shell) { this.shell.parentElement!.scrollIntoView({ behavior: 'smooth', block: 'nearest' }); } }