You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📋 Description of content that is out-of-date or incorrect
The range specification first paragraph says you can specify a range of indices. So to cover all indices, I would think one would use [0, array.length-1]
However, the example for array directly as the store uses to: store.length - should that be store.length-1 instead of store.length?
🖥️ Reproduction in StackBlitz (if reporting incorrect content or code samples)
No response
The text was updated successfully, but these errors were encountered:
📚 Subject area/topic
concepts/stores
📋 Page(s) affected (or suggested, for new content)
https://docs.solidjs.com/concepts/stores#range-specification
📋 Description of content that is out-of-date or incorrect
The range specification first paragraph says you can specify a range of indices. So to cover all indices, I would think one would use
[0, array.length-1]
However, the example for array directly as the store uses
to: store.length
- should that bestore.length-1
instead of store.length?🖥️ Reproduction in StackBlitz (if reporting incorrect content or code samples)
No response
The text was updated successfully, but these errors were encountered: