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

Unhandled error during execution of scheduler flush #2620

Closed
yinonhever opened this issue Nov 17, 2020 · 1 comment
Closed

Unhandled error during execution of scheduler flush #2620

yinonhever opened this issue Nov 17, 2020 · 1 comment

Comments

@yinonhever
Copy link

Version

3.0.2

Reproduction link

https://github.com/yinonhever/designo/blob/main/src/components/UI/Map.vue

Steps to reproduce

Click the link to the website (https://designo.vercel.app), and open the 'Locations' page on that website (from the top menu). The error appears in the console when you open that Locations page (https://designo.vercel.app/locations).

What is expected?

I'm trying to use a map on my project with the vue2-leaflet library. For now I just copied one of the examples from the library's website, expecting to see it in action and make tweaks.

What is actually happening?

The map doesn't load at all and instead breaks the app. I'm getting the following two errors in my console (when opening the Locations page):

[Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug.

Uncaught (in promise) TypeError: selfHook.bind is not a function


Is the error happening because this library isn't compatible with Vue 3?

@posva
Copy link
Member

posva commented Nov 17, 2020

It's probably not compatible with Vue 3 yet, yeah.

https://new-issue.vuejs.org/?repo=vuejs/vue-next#why-repro

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

No branches or pull requests

2 participants