Closed
Description
Environment
Any
Reproduction
https://stackblitz.com/edit/nuxt-pinia-issue-3-16
- Open devtools
- Click on the pinia tab
- Pinia is empty even though there is a store registered
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