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
I have a working map component and tried to add it to storybook. I get errors like Unknown custom element <GmapMap> Unknown custom element <GmapMarker> Unknown custom element <GmapInfoWindow>.
Tried to add different imports inside the story file but I couldn't get it to work and also had a look at #437
Does anyone have any idea on what to do in my story file to render the map?
The text was updated successfully, but these errors were encountered:
Hello all.
I have a working map component and tried to add it to storybook. I get errors like
Unknown custom element <GmapMap>
Unknown custom element <GmapMarker>
Unknown custom element <GmapInfoWindow>
.Tried to add different imports inside the story file but I couldn't get it to work and also had a look at #437
Does anyone have any idea on what to do in my story file to render the map?
The text was updated successfully, but these errors were encountered: