laravel-widgets icon indicating copy to clipboard operation
laravel-widgets copied to clipboard

jQuery is undefined

Open emarcus255 opened this issue 1 year ago • 0 comments

Hi everyone, @arrilot ,

I am having a similar issue with the widget to that one: https://github.com/arrilot/laravel-widgets/issues/63.

For each widget I am getting in the console: Uncaught TypeError: jQuery is undefined

I am using v. 3.14, running the app without jQuery installed (using Vue2). Php 8.1, Laravel 10.

I have tried to set env for it: ARRILOT_USE_JQUERY=false, added the config file (as in src/config) as suggested above but nothing works.

Any idea what else can cause the issue?

emarcus255 avatar Jan 22 '24 10:01 emarcus255