Skip to content
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 integration not working: effectScope not found in 'vue-demi' #51

Closed
andrei-gheorghiu opened this issue Apr 1, 2022 · 1 comment

Comments

@andrei-gheorghiu
Copy link

andrei-gheorghiu commented Apr 1, 2022

Trying to integrate in the following setup:

   dependencies: {
     "pinia": "^2.0.12",
     "react": "^18.0.0",
     "reactivue": "^0.4.4",
   }

(which, at the point of posting is latest stable from each).

Getting the following ERROR in ./node_modules/pinia/dist/pinia.esm-browser.js 991:16-27:

export 'effectScope' (imported as 'effectScope') was not found in 'vue-demi'

I know it's coming from pinia but thought I'd ask here first, in case others might have run into it.


On the same note, it would be good if you posted an example, to know in which version combos this works.

Thanks.

@sibbng
Copy link
Collaborator

sibbng commented Apr 1, 2022

effectScope support is available in beta version. Check #48 for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants