unable to call method
I am new to filament, and got assigned to a project to make a custom field for searching location through google maps api.
I am getting a little stick here. I'm using to try and call a method in my component class (GeoMap), but keep getting this error
I am getting a little stick here. I'm using to try and call a method in my component class (GeoMap), but keep getting this error
Unable to call component method. Public method [newLocations] not found on component. When I post this method in my CreateLocation class it does work however. What is the reason for this, and how can I fix this?