Make queries reactive
When passing a query object to a component like this:
it doesn't react to changes of the data. passing the whole object doesn't work either. do i have to wrap every single query into a signal in order for components to react to changes?
1 Reply
genetic-orange•2w ago
That should be reactive... what part isn't reactive? What do
Match
and StoragePriceDisplay
look like?