yewstack/yew_router

Improve hygiene in Switch macro

hgzimmerman opened this issue · 0 comments

Description

The switch macro does not use absolute paths for everything, most notable Option variants.
If a user puts items with these names into scope, then the macro could fail.
Adding absolute paths in the macro would prevent this possibility.