Search
Star
1.4k
Feedback
Setup for Free
S
SolidJS
โข
3y ago
โข
3 replies
PureSoul
CreateStore types not work for array
const [store, setStore] = createStore([{ lotNumber: '', }]);
const [store, setStore] = createStore([{ lotNumber: '', }]);
This is giving typescript error in v1
.7
.5
SolidJS
Join
Solid is a declarative reactive Javascript library for creating user interfaces.
12,267
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
const
[
store
,
setStore
]
=
createStore
([{
lotNumber:
''
,
}]);
const
[
store
,
setStore
]
=
createStore
([{
lotNumber:
''
,
}]);
Similar Threads
createStore array containing arrays
S
SolidJS / support
3y ago
Using For in combination with createStore array of arrays property
S
SolidJS / support
3y ago
createStore not reactive
S
SolidJS / support
3y ago
remove element from store array createStore([])
S
SolidJS / support
2y ago