n1crack / vuefinder

Empower your Vue.js applications with this versatile and customizable file manager component, simplifying file organization and navigation.
https://vuefinder.ozdemir.be
MIT License
259 stars 75 forks source link

Uncaught (in promise) TypeError: vue__WEBPACK_IMPORTED_MODULE_0__.unref(...) is undefined #12

Closed jugurtha114 closed 9 months ago

jugurtha114 commented 1 year ago

hello, i get this error when i delete files : Uncaught (in promise) TypeError: vue__WEBPACK_IMPORTED_MODULE_0__.unref(...) is undefined

jowebdev commented 1 year ago

hello, i get this error when i delete files : Uncaught (in promise) TypeError: vue__WEBPACK_IMPORTED_MODULE_0__.unref(...) is undefined

I have the same problem, did you find a solution, or did you find another component?

n1crack commented 1 year ago

It is highly possible the ajax returns an invalid response.

Can you provide what returns from the ajax request like:

image

n1crack commented 9 months ago

the error seems to be related to vue2 setups, this library is a vue3 library.