Solid Start Navigation
Hi,
I've got a Solid Start page, and want to navigate to a different page within a component.
I basically do the following:
I have also tried not passing
The issue I have is this:
The URL changes, as well as the history. But the page content doesn't change, only when I refresh the page.
I guess this has something to do with navigating to the same page essentially, just with different params.
What's the correct way of handeling a navigation like this?
Thanks!
I dont really think it's necessary, but this is what my [provider]/[mensa]/[date].tsx looks like
I've got a Solid Start page, and want to navigate to a different page within a component.
I basically do the following:
I have also tried not passing
replace: true, doesnt change anything though.The issue I have is this:
The URL changes, as well as the history. But the page content doesn't change, only when I refresh the page.
I guess this has something to do with navigating to the same page essentially, just with different params.
What's the correct way of handeling a navigation like this?
Thanks!
I dont really think it's necessary, but this is what my [provider]/[mensa]/[date].tsx looks like
