-
Notifications
You must be signed in to change notification settings - Fork 80
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
The extension doesn't connects to Svelte (3.12.1) #4
Comments
I believe this is caused by attempting to use an old version of svelte-devtools with the newer svelte. Try the latest release. |
Thanks for your answer. |
I tried to build the extension from master and appart from a
So you were right, the issue were a the "v2" release doesn't seems to work well with Svelte 3.12.1. Maybe you should publish a new release to match what it's said in README ? Thanks |
@brunetton I solved the error with promises by using node 12 ( |
@brunetton I already did publish a new release. version 1.0.0 |
@RedHatter thanks ! It works great with Chrome and Firefox 👍 |
Steps to reproduce:
npx degit "sveltejs/sapper-template#rollup" my-app
npm i
npm run dev
I tested on Chrome and FIrefox, the result is the same
TypeError: blockId is undefined (privilegedContent.js:291:23)
Did I missed something ?
Any help would be really welcome ! Thanks
The text was updated successfully, but these errors were encountered: