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
Upgrading from pinia 2.2.4 to 2.2.5 should not cause storeToRefs to throw errors.
Actual behavior
When upgrading from 2.2.4 to 2.2.5, the following error message is displayed and the page white screens, doesn't show any content.
Slot "default" invoked outside of the render function: this will not track dependencies used in the slot. Invoke the slot function inside the render function instead.
Additional information
If I revert back to pinia 2.2.4 this issue goes away entirely. I suspect that this issue is caused by the changes made in #2795, which changes the way the ref is referenced.
The text was updated successfully, but these errors were encountered:
Reproduction
working on it
Steps to reproduce the bug
working on it
Expected behavior
Upgrading from pinia 2.2.4 to 2.2.5 should not cause storeToRefs to throw errors.
Actual behavior
When upgrading from 2.2.4 to 2.2.5, the following error message is displayed and the page white screens, doesn't show any content.
Additional information
If I revert back to pinia 2.2.4 this issue goes away entirely. I suspect that this issue is caused by the changes made in #2795, which changes the way the ref is referenced.
The text was updated successfully, but these errors were encountered: