I have a signal
pValue that takes values on input blur
it's a prop for a component rendered in the return
<Graph P={pValue()}/>
This component is not re-render on pValue change, so I did a hack
It's ugly but it works.
Why is happening this and how I can solve it?