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
Call setupDevtoolsPlugin immediately instead of calling it after useStore. otherwise devtools cannot read settings at mounted.
Actual behavior
Call setupDevtoolsPlugin after someone calls useStore
Additional information
No response
The text was updated successfully, but these errors were encountered:
alexzhang1030
changed the title
Pinia devtools will not register until calls useStore
Pinia devtools will not setupDevtoolsPlugin until calls useStoreNov 1, 2024
alexzhang1030
changed the title
Pinia devtools will not setupDevtoolsPlugin until calls useStore
Pinia devtools will not call setupDevtoolsPlugin until useStore is called
Nov 1, 2024
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: