SSolidJS•Created by pekim on 5/20/2024 in #support Reactivity resulting from updates in a websocket event listener
Solved : The problem was completely unrelated to Solid, and entirely down to my own silliness. The type of ev.data
is a string, and I was coercing it to an object.