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

Since 1.0.0-beta.6 library is built with [email protected] which breaks backwards compatibility #136

Closed
tibineagu opened this issue Feb 21, 2019 · 3 comments
Labels

Comments

@tibineagu
Copy link
Contributor

See this line in yarn.lock

The library lists [email protected] as a peer dependency but because it was built with 2.6.6 I think the slot behaviour has become incompatible and you get errors like in the image below.

I tried loading the components directly from node_modules/vue-virtual-scroller/src/components/ and, when compiled locally with my version of [email protected] it works without a hitch.

Any way you can revert to vue 2.5 to preserve backwards compatibility?

Reproduced in this sandbox

image

@Akryum Akryum added the bug label Feb 21, 2019
@Akryum Akryum closed this as completed in 56eca27 Feb 21, 2019
@asafyish
Copy link

Can I still use vue 2.6 in my project, while using the latest virtual-scroller version ?

@Akryum
Copy link
Owner

Akryum commented Feb 21, 2019

Yes

@linxian1998
Copy link

my vue version is 2.5.2 can i use the latest version of vue-virtual-scroll,if it is not, which one i can, help!!!

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

No branches or pull requests

4 participants