Upgrade to axum 0.8.x breaks DioxusRouterExt #3479
Labels
bug
Something isn't working
dependencies
Pull requests that update a dependency file
fullstack
related to the fullstack crate
Milestone
Problem
After upgrading to axum 0.8.x, the serve_dioxus_application method is no longer found on Router, breaking Dioxus fullstack applications.
Steps To Reproduce
Steps to reproduce the behavior:
cargo build
on a project usingserve_dioxus_application
Expected behavior
serve_dioxus_application
should remain available after upgrading axum, allowing seamless server setup of Dioxus applications.Environment:
Announcing axum 0.8.0
The text was updated successfully, but these errors were encountered: