-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
I stripped the code down to what you see below, and 10% of the time the options don't load on page load. Any ideas?
import React from "react";
import ReactGlobe from "react-globe";
function Globe() {
return (
<ReactGlobe
height={"100vh"}
options={{
globeGlowColor: "#0A69FB",
globeCloudsOpacity: 1.0,
}}
width={"100vw"}
/>
);
}
export default Globe;
Metadata
Metadata
Assignees
Labels
No labels