inertiajs / pingcrm

A demo application to illustrate how Inertia.js works.
http://demo.inertiajs.com
MIT License
2.14k stars 779 forks source link

Additional scripts error #199

Closed IRFAANFTK closed 6 months ago

IRFAANFTK commented 1 year ago

Getting error :

Uncaught (in promise) TypeError: Cannot read properties of null (reading 'dataset')

when addindg new script tags in app.blade.php

ntaylor-86 commented 1 year ago

I think the issue lies in the JavaScript you are trying to load in this additional <script> tag you are adding.

Try to add the same <script> tag to a non inertiajs project?