You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I appreciate the hard work being done in this. Currently I'm making use of inertiajs/inertia-vue3 and inertiajs/inertia in my Laravel 8 project, and when I install this package and use the component, I get told the following in the console upon page load:
"Uncaught (in promise) TypeError: t._self is undefined"
The page is blank.
I made no changes to the app.js file aside from importing VueCarousel globally and then saying use(VueCarousel) under the createApp function, which works fine with other packages like SweetAlert.
Hi guys,
I appreciate the hard work being done in this. Currently I'm making use of inertiajs/inertia-vue3 and inertiajs/inertia in my Laravel 8 project, and when I install this package and use the component, I get told the following in the console upon page load:
"Uncaught (in promise) TypeError: t._self is undefined"
The page is blank.
I made no changes to the app.js file aside from importing VueCarousel globally and then saying use(VueCarousel) under the createApp function, which works fine with other packages like SweetAlert.
This is where the delcaration happens:
Here are my dependencies in my package.json
Environment
The text was updated successfully, but these errors were encountered: