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
{{ message }}
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
I'm getting the following error on the console with the new update of nova and the package. Tried setting a default value as well but still the same issue.
vendor.js?id=f9725df909a5af18907e:1 TypeError: Cannot read property 'latitude' of null
How I include the field within the Nova model is:
MapMarker::make("Location")->rules('required')->hideFromIndex()->help('Drag the map on to a location or try to search to get the location.'),
I'll look into this over the coming week. Please feel free to submit a PR if you find the answer before me. :) Most likely something changed with the base field class in Nova 3.0.
I'm getting a similar error,
firefox console shows:
TypeError: "this.field.value is null"
setInitialValue domain/nova-api/scripts/nova-map-marker-field:1
and
TypeError: "t.$refs.map is undefined"
mounted domain/nova-api/scripts/nova-map-marker-field:1
I've updated nova to 3.4.1 and it's working now
and I also tried:
-npm install
-npm run dev
in the vendor folder, I don't know what actually solved it.
I'm getting the following error on the console with the new update of nova and the package. Tried setting a default value as well but still the same issue.
vendor.js?id=f9725df909a5af18907e:1 TypeError: Cannot read property 'latitude' of null
How I include the field within the Nova model is:
MapMarker::make("Location")->rules('required')->hideFromIndex()->help('Drag the map on to a location or try to search to get the location.'),
Notes:
version: "genealabs/nova-map-marker-field": "^0.1.16",
nova: v3.3.2
Thanks in advance :) Please have a look.
The text was updated successfully, but these errors were encountered: