ljharb / prop-types-tools

Custom React PropType validators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SyntaxError: Unexpected identifier on `forbidExtraProps` from `prop-types-exact`

pedropalau opened this issue · comments

Hello, good work with this repo.
I'm getting this error when testing with Jest, also the same error ocurr with TypeScript.

.../airbnb-prop-types/src/forbidExtraProps.js:1 (function (exports, require, module, __filename, __dirname) { import forbidExtraProps from 'prop-types-exact'; ^^^^^^^^^^^^^^^^ SyntaxError: Unexpected identifier

I'm using Babel 7.

Duplicate of #52.