What is the proper way to insert into an array that is rendered with <For>?
The docs talk about inserting at an arbitrary index:
https://docs.solidjs.com/concepts/stores#appending-new-values
When I used an index other than
https://docs.solidjs.com/concepts/stores#appending-new-values
When I used an index other than
array.length, it replaced the item at that index rather than inserting a new one, unless there is some profound problem with my rendering.Documentation for SolidJS, the signals-powered UI framework
