Memory leak with getters in Pinia #2689
Unanswered
vhema97
asked this question in
Help and Questions
Replies: 1 comment
-
What is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Options API in SSR app and have a root store defined :
app.js
rootStore.js
Accessing the getter - getSpecificSetting in a component or in another getter is causing memory leak. state.common.settings data is of size 195KB.
Version used :
vue - 3.3.4
pinia - 2.1.7
Beta Was this translation helpful? Give feedback.
All reactions