Set path from reusable error?
In that case I ’m unsure about the error actually . Could you share a screenshot perhaps ? 💬・general is not the best place for bug reports /feedback requests as they ’re very likely to drown in other conversations @Erik Beuschau [here ] ( https://toddle.dev/projects/moccasin_palpatine_chief_rook/branches/start/components/test8?canvas-width=800&rightpanel=events&selection=nodes.kyE_Y3LZ-LJjoAwz7C2r8.events.click&canvas-height=1196)%2C ) I have a page with a path parameter . In the page I have a reusable . from that reusable I can set the path parameter but it shows as error in the reusable Thats ' because you 're only supposed to change url parameters from a page - not from a component (reusable ) . Since components can be shared /re -used across pages , they shouldn 't rely on certain query /path parameters to always exist . Instead , we suggest you use an exposed workflow in your page that you consume through context in your components . This should also allow your components to update url parameters . 👍1