-
Notifications
You must be signed in to change notification settings - Fork 101
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
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'version') #43
Comments
Same here. |
1 similar comment
Same here. |
i came accross this issue, but mine is resolved by adding this :
but make sure you're already had then recompile the resources/js/app.js |
I have the same issue Uploading livewire select issue v.mp4… |
|
thank you! It helped! |
Yes, it is weird. My code, which has been working fine for a long time, just stopped working all of a sudden. I suspect something else is going on... |
I have followed the guide in the readme using your example. Trying to create a searchable field however am getting this error:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'version')
at beforeAlpineTwoPointSevenPointThree (SupportAlpine.js:315)
at isHiding (SupportAlpine.js:299)
at alpinifyElementsForMorphdom (SupportAlpine.js:274)
at onBeforeElUpdated (index.js:459)
at callHook (morphdom.js:35)
at morphEl (morphdom.js:199)
at morphdom.js:332
at morphEl (morphdom.js:219)
at morphdom.js:332
at morphEl (morphdom.js:219)
Livewire
Blade
<livewire:admin.select-tab9 name="car_brand_id" placeholder="Choose a Car Brand" :searchable="true"/>
Thank you for your help!
The text was updated successfully, but these errors were encountered: