S
SolidJS4w ago
p

Disable the nested store "feature"

Is there a way to disable the "feature" of parent stores reacting to changes of child stores. Its feels like an anti-feature to me and i cant seem to get around this in any good way.
2 Replies
REEEEE
REEEEE4w ago
You'll probably have to unwrap the value that is being added to the child store
p
pOP4w ago
thats what im already doing. After a bit more digging it looks like unwrap might be what im looking for

Did you find this page helpful?