iMuMz / NovaLeafletMap

Custom Laravel Nova map field using Vue2Leaflet
7 stars 3 forks source link

Not showed when on create, Nova 4 #7

Closed mialyGit closed 7 months ago

mialyGit commented 1 year ago

Hello I use Nova : "4.26.5" and Laravel 9 My streetMap fields don't show when I do this :

    public function fields(NovaRequest $request)
    {
        return [ 
            LeafletMap::make('Map View')
        ];
    }
I have no error from laravel but I have this in console of browser : 

"Cannot read properties of undefined (reading '_c') at Proxy.render (leaflet-map:1:618369)"
iMuMz commented 7 months ago

A Nova 4 compatible package is now available

https://github.com/iMuMz/Nova4FieldMap