Set path from reusable error?

  • ssssadsadasd-1357716330081685644

    ssssadsadasd

    24 days ago

    Before when you set a path paramaeter from a reusable it did not show an error now it does even though the functionality still works.
    is there any issue with that?
  • erikbeus-1357972214300934174

    Erik Beuschau

    23 days ago

    I think that’s caused by an issue rule I introduced yesterday. You can safely ignore the issue and I’ll have a fix out by Monday. Sorry about that.
  • ssssadsadasd-1358138452599640102

    ssssadsadasd

    23 days ago

    @Erik Beuschau I think this started happening a couple of weeks ago (wrote it in the general channel). thanks for the fix
  • erikbeus-1358344960859967558

    Erik Beuschau

    22 days ago

    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
  • ssssadsadasd-1358821760295895182

    ssssadsadasd

    21 days ago

    @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
  • erikbeus-1359053869568495816

    Erik Beuschau

    20 days ago

    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