Skip to content

Incorect windows path on initial_dioxus_hydration_debug_locations #4112

Closed
@windows-fryer

Description

@windows-fryer

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

Image

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfullstackrelated to the fullstack crate

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions