I've built a pagination component that takes a prop called
totalPages
totalPages
, I've created a signal for this as I only know the totalPages once my createResource is done loading. However, the child component does not rerender when totalPages is updated. How do I make the component update itself?