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
There is an ongoing effort to allow NativescriptVue to utilize the standalone devtools. The current approach taken by Pinia to setup a devtool plugin is limiting in the sense that the IS_CLIENT expects the window variable to exists, and this isn't applicable to environments like Nativescript.
So, I will suggest that the existence of __VUE_DEVTOOLS_GLOBAL_HOOK__ should override the flag.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There is an ongoing effort to allow NativescriptVue to utilize the standalone devtools. The current approach taken by Pinia to setup a devtool plugin is limiting in the sense that the
IS_CLIENT
expects thewindow
variable to exists, and this isn't applicable to environments like Nativescript.So, I will suggest that the existence of
__VUE_DEVTOOLS_GLOBAL_HOOK__
should override the flag.Beta Was this translation helpful? Give feedback.
All reactions