When trying to use this lib on a project and bundle it with Parcel I get the error _typeof is not defined
We're seeing this issue too. Using webpack 3/babel on a customised ejected create react app config. Dev build work fine.
Turns out our issue was including node modules in webpack. Removing that fixed the issue.
@kunal-mandalia Is it ok to close this issue? Is it an error others might encounter as well?
@Pessimistress
including node modules in webpack
Is actualy not an "issue" but a feature for some people.
Some want to transpile react-map-gl their way with their browser requirements etc.
This should be reopened
Having the same problem, did you find a solution @fczuardi ?
@fczuardi same question, I too am having this issue. A year later and I still cannot find any fixes.
Most helpful comment
@fczuardi same question, I too am having this issue. A year later and I still cannot find any fixes.