createEffect( on([() => props.list], () => { scrollIntoView(); }) );
createEffect( on( () => props.list, () => { scrollIntoView(); } ) );
Uncaught TypeError: ({get 0() => target[$PROXY][property], get 1() => target[$PROXY][property]}) is not a function