You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the problem when I am routing to the same page with dynamic parameters, that stencil-router is not rerendering.
I am using an input as a search field. The dropdown holds the link to a details page with an id as parameter (see scrennshot)
The route for the dynamic link: <stencil-route url='/details:id' component='app-details' /> When I am on the details page and change the dynamic id the site will not render again. My solution right now is to reload the page, but than I am loosing the search results and I have to input a new search again.
I wasn't able to replicate it in your repo, as it requires an API key. However, I tried a simple update in a starter app using this.history.push('/route/param') and I'm seeing both the route and param updating.
If you can provide a reduced test case that will help a lot. 😄
I have the problem when I am routing to the same page with dynamic parameters, that stencil-router is not rerendering.
I am using an input as a search field. The dropdown holds the link to a details page with an id as parameter (see scrennshot)
The route for the dynamic link:
<stencil-route url='/details:id' component='app-details' />
When I am on the details page and change the dynamic id the site will not render again. My solution right now is to reload the page, but than I am loosing the search results and I have to input a new search again.Link tho the repro: https://github.com/upstroke/tmdb-stencil-frontend
The text was updated successfully, but these errors were encountered: