Make signal react on prop change
Say you initialize a signal by a prop:
If the prop changes, the signal won't react. What must be written is:
Wonder if there's a more idiomatic way in SolidJS though
If the prop changes, the signal won't react. What must be written is:
Wonder if there's a more idiomatic way in SolidJS though
