You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that the appended data-dioxus-id is causing the unclickable link behavior. Elements with this property fail to navigate properly.
Console output
wasm-bindgen: imported JS function that was not marked as `catch` threw an error: id is undefinedStack:hydrate@https://dioxuslabs.com/assets/dioxus/snippets/dioxus-interpreter-js-9ac3b5e174d5b843/inline0.js:2:3373__wbg_get_imports/imports.wbg.__wbg_hydrate_311a1b3f31e7c28f/<@https://dioxuslabs.com/assets/dioxus/docsite.js:1461:21logError@https://dioxuslabs.com/assets/dioxus/docsite.js:257:18__wbg_get_imports/imports.wbg.__wbg_hydrate_311a1b3f31e7c28f@https://dioxuslabs.com/assets/dioxus/docsite.js:1458:66dioxus_docs_site-70101fcb57b56825.wasm.dioxus_web::launch::launch_virtual_dom::{{closure}}::h803ca969f7f485be@https://dioxuslabs.com/assets/dioxus/docsite_bg.wasm:wasm-function[296]:0x698fedioxus_docs_site-70101fcb57b56825.wasm.wasm_bindgen_futures::queue::Queue::new::{{closure}}::hd8ad9ff3465d5db7@https://dioxuslabs.com/assets/dioxus/docsite_bg.wasm:wasm-function[763]:0xfd752dioxus_docs_site-70101fcb57b56825.wasm.<dyn core::ops::function::FnMut<(A,)>+Output = R as wasm_bindgen::closure::WasmClosure>::describe::invoke::h9b711fe81333915a@https://dioxuslabs.com/assets/dioxus/docsite_bg.wasm:wasm-function[3374]:0x14e276__wbg_adapter_57@https://dioxuslabs.com/assets/dioxus/docsite.js:327:10real@https://dioxuslabs.com/assets/dioxus/docsite.js:286:20
I'd like to take a shot at fixing this linkage problem to learn more about dioxus, but I'm unsure where to start. I'm still going learning via the docs now, but a pointer in the right direction would be super helpful!
The text was updated successfully, but these errors were encountered:
Hydration is failing because https://dioxuslabs.com/learn/0.5/getting_started/liveview/ doesn't exist in the latest version of the docsite. It might be in an older version of the 0.5 docs. I think #277 will fix this issue
Some of the left nav links do not navigate on click using the provided link. However, the anchor links themselves do navigate to existent pages.
Of the following, the following sections fail to navigate:
Getting Started
linksGuide->Your First Component
Other links under
Guide
navigate correctly.Host Properties
Possible explanation
I believe that the appended
data-dioxus-id
is causing the unclickable link behavior. Elements with this property fail to navigate properly.Console output
Difference in element properties between clickable and non-clickable links:
The following anchor is on the provided page and is not clickable:
The following anchor is on the provided page and is clickable:
How to fix
I'd like to take a shot at fixing this linkage problem to learn more about dioxus, but I'm unsure where to start. I'm still going learning via the docs now, but a pointer in the right direction would be super helpful!
The text was updated successfully, but these errors were encountered: