Evan Almloff
Evan Almloff
I haven't seen that error before, but the first step to debugging it would be rerunning with more verbose logs: `dx new --trace --verbose testing` If that doesn't yield anything...
To clarify, with the callback you need to await the result of the call like this. The rest of the closure will only run when the await is finished: ```rust...
Can you share some more information about your setup from the issue template including: - the platform - your dioxus and dx version - steps to reproduce the issue -...
That could be caused by rust-analyzer or another process holding the lock to the build cache
This was reverted in https://github.com/DioxusLabs/dioxus/pull/5110
This should be supported with [dwarf](https://dwarfstd.org/) symbols in dev builds. In release mode, the symbols could be stripped for smaller binary sizes depending on your profile configuration. Cargo can also...
This would be very nice with https://github.com/DioxusLabs/dioxus/pull/4846 if we could implement an async readable/store extension for methods like `read_async` added in #5088 so that method is available on anything that...
What would you expect to render if `NotFound` was rendered correctly? I see `not found` running the code bellow in 0.7 which is what I would expect: ```rust use dioxus::prelude::*;...
That is what I see with 0.7