Describe the bug
I wanted to remove the deprecation warning about router.path -> router.url.
To Reproduce
- Create empty app
- Place
State.router.url.path
- See the error
reflex.utils.exceptions.VarAttributeError: The State var reflex.state.State.router["url"] of type <class 'reflex.istate.data.ReflexURL'> has no attribute 'path' or may have been annotated wrongly.
Expected behavior
No error, because the deprecation message says, I should use url instead of path
- Python Version: 3.13.5
- Reflex Version: 0.8.?