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
The 3.16 release has introduced an undocumented breaking change for pinia in the way that the devtools are registered. The main issue is that the devtools are registered after the pinia plugin is loaded and this causes them to not work at all.
What's the best way to resolve this in pinia to make the pinia devtools for nuxt work again?
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered:
Environment
Any
Reproduction
https://stackblitz.com/edit/nuxt-pinia-issue-3-16
Describe the bug
As also posted on: #822
The 3.16 release has introduced an undocumented breaking change for pinia in the way that the devtools are registered. The main issue is that the devtools are registered after the pinia plugin is loaded and this causes them to not work at all.
What's the best way to resolve this in pinia to make the pinia devtools for nuxt work again?
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: