DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.33k stars 736 forks source link

Fix child routers with the web history #2172

Closed ealmloff closed 3 months ago

ealmloff commented 3 months ago

Followup to #2159

This PR fixes an error that happens when a child field is used with the web router in the docsite. It currently triggers an unused field error even though the child field is used

(NOTE: the child attribute is not currently a public API and is intentionally undocumented)