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
When I define the same id as other stores in the store defineStore, the data is not rendered to the page and there is no error message in the console.
Steps to reproduce the bug
I'm using the Pinia persistence plugin, and I've defined a store with an id of Data in another store's js, and this is causing the page data to not be rendered.
When I changed the id to a unique id, the problem was solved.
Expected behavior
I'd like to be able to get relative bug feedback in the console when I run into a similar problem, rather than no error message at all, which is detrimental to my development.
Actual behavior
When I defineStore, if I use the same id as another Store, the data is not rendered to the page and no error is reported in the console.I'd like to be able to get relative bug feedback in the console when I run into a similar problem, rather than no error message at all, which is detrimental to my development.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Reproduction
When I define the same id as other stores in the store defineStore, the data is not rendered to the page and there is no error message in the console.
Steps to reproduce the bug
I'm using the Pinia persistence plugin, and I've defined a store with an id of Data in another store's js, and this is causing the page data to not be rendered.
When I changed the id to a unique id, the problem was solved.
Expected behavior
I'd like to be able to get relative bug feedback in the console when I run into a similar problem, rather than no error message at all, which is detrimental to my development.
Actual behavior
When I defineStore, if I use the same id as another Store, the data is not rendered to the page and no error is reported in the console.I'd like to be able to get relative bug feedback in the console when I run into a similar problem, rather than no error message at all, which is detrimental to my development.
Additional information
No response
The text was updated successfully, but these errors were encountered: