-
Notifications
You must be signed in to change notification settings - Fork 78
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
Alpine v3 #9
Comments
This is the error when do the sorting and using alpinejs v3 Unable to call component method. Public method [__v_raw] not found on component: [profile.edit-profile-page] |
Any news about alpinejs v3? |
Some ETA when Alpine v3 will work? |
@asantibanez Liking the package, but it's the same for me... |
As a workaround I have done the following:
Change:
to
|
Any updates on this? |
Hi, We encountered same issue with Alpine V3. As @SebastianSchoeps workaround works fine, we submitted PR #11 |
Same problem with alpine V3 "__v_raw" |
Hola Andres @asantibanez , please when you can check the PR, such a good package |
Hi @brocorp-dev I don't know if its just me, but Im getting an error: Trying to get property 'id' of non-object (View: .../components/scripts.blade.php) any ideas ? appreciate the help |
@nam-co I got that error too. I was able to solve it by adding the following to the page where I'm using it: <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Sortable/1.6.0 /Sortable.js"></script> maybe this will help you too. |
Thanks @rolinbos , I ended using sortable directly because I needed features like 'clone', but I will keep it in mind, is this a unreleased version of sortable? |
Just got across this, ended up using a method similar to @SebastianSchoeps, however, just replaced references to |
It currently doesn't work with new version of Alpine. Is there any plans for alpine v3 support?
The text was updated successfully, but these errors were encountered: