SolidJSS
SolidJS2y ago
50 replies
SleepPolar

Problems changing the value of a reactive signal returned from a function

I was testing what would happen if I changed the entire value of the board, not the squares but the entire board, in case at some point I want to change the board. And I saw that if I change the value of the board, the anonymous function "loadBoard.get("chess_standard_8x8")();" is executed again. But I don't understand why this happens or how to solve it.
Was this page helpful?