PhilipGrefe

Results 4 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...

Has anyone achieved this using the [radix-ui tooltip](https://www.radix-ui.com/primitives/docs/components/tooltip)? It uses Floating UI under the hood IIRC.

> Has anyone achieved this using the [radix-ui tooltip](https://www.radix-ui.com/primitives/docs/components/tooltip)? It uses Floating UI under the hood IIRC. FYI it can work like this: ```tsx const CustomTooltip = ({ children, count,...