Closed
Description
Problem
A path is attempting to be assigned to "initial_dioxus_hydration_debug_locations" which is using escaped characters instead of the windows standard path (i.e. C:\Windows instead of C:\\Windows)
Steps To Reproduce
Steps to reproduce the behavior:
- Have any folder starting with a lowercase u in your build path
- Build application in debug
- Cry
Expected behavior
A path that's either double escaped or using forward slashes.
Screenshots
Environment:
- Dioxus version: v0.6.3
- Rust version: 1.88.0-nightly
- OS info: Windows 24H2 26100.3775
- App platform: Web
Questionnaire
I'm interested in fixing this myself but don't know where to start.