Pinia devtools will not call setupDevtoolsPlugin
until useStore
is called
#2818
Labels
setupDevtoolsPlugin
until useStore
is called
#2818
Reproduction
N/A
Steps to reproduce the bug
There is a related issue vuejs/devtools#672
The reproduction steps are there.
Expected behavior
Call
setupDevtoolsPlugin
immediately instead of calling it afteruseStore
. otherwise devtools cannot readsettings
at mounted.Actual behavior
Call
setupDevtoolsPlugin
after someone callsuseStore
Additional information
No response
The text was updated successfully, but these errors were encountered: