How do I rerender my island after a signal change?
Hi there im trying to rerender this sidebar navigation when you toggle it, making it change size and changing the button but nothing really happens! Thx in advance for your input!
2 Replies
I literally found the solution while writing this post, I need to use
isSidebarOpen.value
instead of isSidebarOpen
in the conditional html! However I decided to post it anyway if someone finds them in the same situation as me!:)Yeah
useSignal
returns a signal not the value itself