You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Vue in pilets and can't make Piral extension params to be reactive, eg. "loading" prop in "params" always has only initial value and it's not reflecting changes. Any idea how to fix it? 🙂
Thanks to Adam Chwilkowski for discovering the bug and providing the MWE!
Bug Report
For more information, see the
CONTRIBUTING
guide.Prerequisites
Environment Details and Version
Latest version.
Description
Thanks to Adam Chwilkowski for discovering the bug and providing the MWE!
Steps to Reproduce
https://gitlab.com/achwilko/mwe-piral-cli-vue/-/tree/chore/piral-extension-reactive-props?ref_type=heads
Expected behavior
The prop / value changes.
Actual behavior
Nothing changes.
Possible Origin/Solution
Not properly changing the forwarded props.
Is this also an issue in Vue 2? Maybe the same / a similar fix would be good here, too.
The text was updated successfully, but these errors were encountered: