Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Ensure business component example works with SSR #120

Open
real34 opened this issue Mar 12, 2020 · 0 comments
Open

Ensure business component example works with SSR #120

real34 opened this issue Mar 12, 2020 · 0 comments

Comments

@real34
Copy link
Member

real34 commented Mar 12, 2020

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 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ù

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant