console error with fresh custom widget
I tried following https://filamentphp.com/docs/3.x/panels/dashboard#custom-widgets to create a simple widget that just shows "HELLO" and I managed to do that but then I started getting this error in the console:
The view file is super simple:
Same as the widget:
Once I update my panel to not auto discover widgets or if I delete my widget, the console error goes away.
Any idea what/where to look? Thanks!
Solution:Jump to solution
it turns out that the issue was caused by
spatie/laravel-blade-comments
package, just by removing it I was able to get rid of this error2 Replies