You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
im using this widget in my Najam named Module in my filament admin panel
and this error shows
cannot read properties of undefined (reading 'modules.najma.filament.widgets.map')
The text was updated successfully, but these errors were encountered:
Im having the same issue.
The widget is loading but the following error is thrown
livewire.js?id=239a5c52:1203 Alpine Expression Error: Cannot read properties of undefined (reading 'leaflet-map-widget')
In the packageRegistered method of my module I initialised a livewire component and it is rendering the view succesfully:
Livewire::component('leaflet-map-widget', LeafletMapWidget::class);
This is the widget class, which I added to the module.
im using this widget in my Najam named Module in my filament admin panel
and this error shows
cannot read properties of undefined (reading 'modules.najma.filament.widgets.map')
The text was updated successfully, but these errors were encountered: