tuandm / laravue-core

Laravel package to provide core functionalities of Laravue dashboard
https://laravue.dev
MIT License
150 stars 49 forks source link

'eventMap' has already been declared #22

Open klosekkentix opened 4 years ago

klosekkentix commented 4 years ago

Everytime I refresh my Pages with Tables, Forms etc., I get this Error:

VM1848 dom-testing-library-event.js:1 Uncaught SyntaxError: Identifier 'eventMap' has already been declared
    at VM1847 dom-testing-library-event.js:1

Even when I install a fresh laravue core installation in a fresh laravel project, this happens.

Any ideas how to get rid of it?