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
'Pinia instance not found in context and cannot fall back to global activePinia on server - this would lead to shared state between requests, instead it falls back to new pinia'
54
+
)
55
+
56
+
returncreatePinia()
57
+
}
58
+
59
+
returnactivePinia
60
+
}
61
+
52
62
/**
53
63
* Every application must own its own pinia to be able to create stores
0 commit comments