jetli / rust-yew-realworld-example-app

Exemplary real world app built with Rust + Yew + WebAssembly, by Function Components + Hooks, also supports desktop by Tauri.
https://jetli.github.io/rust-yew-realworld-example-app/
Apache License 2.0
862 stars 112 forks source link

Anchor links on hover do not show the link it will navigate to #6

Closed damodharanj closed 4 years ago

damodharanj commented 4 years ago

Describe the bug Anchor on hover show the link to be navigated on bottom left corner in chrome. But its not showing in the app.

jetli commented 4 years ago

Yes, this is a bug in yew-router, I've already reported an issue for it: https://github.com/yewstack/yew_router/issues/225, I will wait for it to be fixed or might try to submit a PR to yew-router later, thanks.

jetli commented 4 years ago

Sent a PR to yew-router: https://github.com/yewstack/yew_router/pull/228, and waiting for review.

jetli commented 4 years ago

PR is merged, wait for a new release.

jetli commented 4 years ago

Upgraded to latest version.