PhilipGrefe
Results
2
comments of
PhilipGrefe
FYI I'm experiencing the same issue (all expect the root routes perform a full reload) when enabling autoCodeSplitting in my tsr.config.json 🫤 ```json { "autoCodeSplitting": true } ```
**EDIT** My mistake was to render the bottom sheet conditionally. Probably, that caused the dismiss to not work properly. Also, I had another situation where a dismiss / dismissAll would...