React-map-gl: breaks parcel bundle

Created on 6 Mar 2018  路  7Comments  路  Source: visgl/react-map-gl

When trying to use this lib on a project and bundle it with Parcel I get the error _typeof is not defined

Most helpful comment

@fczuardi same question, I too am having this issue. A year later and I still cannot find any fixes.

All 7 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

huaying picture huaying  路  5Comments

miccferr picture miccferr  路  4Comments

tomrussell picture tomrussell  路  5Comments

yangshun picture yangshun  路  4Comments

sicksid picture sicksid  路  3Comments