Jake Darby

Results 3 comments of Jake Darby

I've been noticing this problem as well, and it's preventing me from upgrading to 1.17.2 from 1.16.1. If this could be looked into it would be amazing

@wkgalla Yeah of course. I have a component called CesiumMap and another component called GoogleMapsOverlay. CesiumMap.jsx: ``` import { Viewer } from "resium"; import GoogleMapsOverlay from "./GoogleMapsOverlay"; const CesiumMap =...

@cesargdm I've been having the same problem when importing with yarn. Think I've found a temporary fix: Go to `/node_modules/react-mapkit/package.json`. Change line 23 to `"module": "dist/react-mapkit.cjs.production.min.js",`. This seemed to fix...