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 Dec 16, 2024. It is now read-only.
We should ensure it works either by using react-leaflet-universal or branchServerClient.
tout à l'heure quand j'ai commencé à faire l'exemple de la doc avec le store locator j'ai eu une erreur liée à la lib leaflet
Enfin react-leaflet plutôt apparemment elle ne gère pas le SSR
Du coup j'ai installé une autre lib, react-leaflet-universal
Et dans l'import j'ai juste remplacé
import { Map, TileLayer, Marker, Popup } from "react-leaflet";
par
import { Map, TileLayer, Marker, Popup } from "react-leaflet-universal";
Je pense que ce sera à retester, peut-être que le problème pouvait être résolé autrement mais au cas où
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The https://developers.front-commerce.com/docs/essentials/create-a-business-component.html tutoriel seems to not be SSR compliant.
We should ensure it works either by using
react-leaflet-universal
orbranchServerClient
.The text was updated successfully, but these errors were encountered: