Emil Boman

Results 3 comments of Emil Boman

I do! I have a workspace setup, but the result should be the same: ``` dioxus-router = { workspace = true, features = ["liveview"] } ``` and in the root:...

I managed to find what triggered the error. I wanted to style my links, so I went and did this: ``` Link { to: Route::Movies, div { width: "100%", padding:...

Adding `prevent_default: "onclick",` on the div makes it work as intended.