Rerender child component with updated props
I've built a pagination component that takes a prop called
Parent Code
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?Parent Code
