Yet another reactivity problem :cry:

Hi,

This is a small reproduction of a problem I have with reactivity.
https://playground.solidjs.com/anonymous/ea30129e-e6d3-45aa-9345-192095a33f1b

My main question is why the DOM is not updated whereas I return from the context a getter function (that should trigger the reactivity, right?) while the data is correctly logged in the console

I based myself on this example:
https://github.com/solidjs/solid-realworld/blob/f6e77ecd652bf32f0dc9238f291313fd1af7e98b/src/store/index.js#L17-L31
Quickly discover what the solid compiler will generate from your JSX template
GitHub
A Solid Implementation of the Realworld Example App - solidjs/solid-realworld
Was this page helpful?