-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pinia-devtools-plugin not working with Vue Devtools v6 #2919
Comments
Maybe related to #2914 ? |
If this is intended, maybe this deprecation should be included in the changelog |
Confirming this impacts Firefox pretty badly too, where Vue Devtools v7 isn't yet distributed on the extensions store, making developing with Pinia in Firefox much more difficult currently. |
Indeed @Cherry, thanks for bringing that up ! |
You can:
I didn't know the Firefox version was still on v6, that's quite a shame but also nothing I can do about it 😅 |
Can this be documented anywhere ? I feel like a mention in the changelog would be a good place, no ? How are people expected to know that Pinia v3 doesn't support Devtools v6 anymore otherwise ?
|
It's indeed not in the changelog! It wasn't meant to be a breaking change either. Contribution welcome! |
I'll open a PR, thanks. |
@posva I have a basic PR that add a note to the changelog, I also wanted to see if I could add a runtime But in my investigation, I found out that Devtools v7 still use the exact same API as Devtools v6, see here. |
Reproduction
.
Steps to reproduce the bug
I see Pinia v3 dropped support for Vue 2, but I didn't see any mention of this dropping support for Devtools v6.
Devtools v6 support both Vue 2 and Vue 3.
Is this expected ?
I need Devtools v6 because I support both Vue 2 and Vue 3 project.
It's inconvenient to have to disable Devtools v6 and enable Devtools v7 every time I switch project.
Expected behavior
Maybe Pinia could keep support for both Devtools v6 and v7, but I don't know how much work that would be.
Otherwise, I hope Devtools v7 add support for Vue 2, but I wouldn't hold my breath as Vue 2 EOL.
Actual behavior
.
Additional information
No response
The text was updated successfully, but these errors were encountered: