Emil Boman
Emil Boman
**Problem** In Liveview, `prevent_default` on the Link component does not work: https://github.com/DioxusLabs/dioxus/blob/d9220d4e42b86114096a639ba0b308062b6d763a/packages/router/src/components/link.rs#L248 As a result, the link treats every route, internal or external, as an external link and the page...
**Problem** In Fullstack, `use_server_function` results in hydration errors in certain contexts. **Steps To Reproduce** Steps to reproduce the behavior: `main.rs` ``` #[cfg(feature = "server")] use axum::Router; use dioxus::prelude::*; fn main()...