stencil-router
stencil-router copied to clipboard
nested stencil-route-switches don't get updated
Resources: Before submitting an issue, please consult our docs.
Stencil router version: 0.3.1: Stencil core version: 0.17.0:
insert the output from npm list @stencil/core here
I'm submitting a ... (check one with "x") [x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://stencil-worldwide.slack.com
Current behavior: I got critical issue. when you have nested stencil-switches elements didn't get updated although url has changed. I tried to debug it a bit found out that somehow elements are referecing to different DOM elements so stencil updates ones which are not part of DOM but somehow still preserved in memory
Expected behavior:
Steps to reproduce:
Related code:
insert any relevant code here
Other information: