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
This renders fine in Chrome, but will not render in Safari on Mac or Mobile.
This is a regression as it used to work fine for Safari with no code changes.
The text was updated successfully, but these errors were encountered:
by adding a property of style={{width: "100%"}} to <ComposableMap>, the issue now seems to be resolved! This SHOULD NOT replace the width="1200" property
Here is my implementation:
https://github.com/kennethbigler/react-home/blob/main/src/components/resume/travel-map/WorldMap.tsx
This renders fine in Chrome, but will not render in Safari on Mac or Mobile.
This is a regression as it used to work fine for Safari with no code changes.
The text was updated successfully, but these errors were encountered: