joemoe
Are Record types a bad type for using stores in Solid?
I posted this on github, its got the examples there. Essentially what I am trying to figure out is if using a
Record<string, muhType>
data type is the wrong choice for stores.
I noticed that when I add a record, Solidjs issues updates where needed. The second you delete a record, it fails to both issue updates and actually remove the record.
https://github.com/solidjs/solid/discussions/21505 replies