question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot redefine property: babelPluginFlowReactPropTypes_proptype_Action

See original GitHub issue
/actions.js:34
  Object.defineProperty(exports, key, {
         ^

TypeError: Cannot redefine property: babelPluginFlowReactPropTypes_proptype_Action
    at Function.defineProperty (native)

When I upgraded this lib from 5.1.2 to 9.1.1

It doesn’t say what line of code I have to change, and I can’t change all of them.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
hafcommented, Dec 4, 2017

Works perfectly! Thank you!

0reactions
brigandcommented, Dec 3, 2017

Reverted #141 and published as 10.0.0. Let me know if it works out.

Read more comments on GitHub >

github_iconTop Results From Across the Web

TypeError: can't redefine non-configurable property "x"
The JavaScript exception "can't redefine non-configurable property" occurs when it was attempted to redefine a property, but that property is non-configurable.
Read more >
spyOn: Cannot redefine property #26 - aelbore/esbuild-jest
While mocks are working great for me, I'm having some trouble with spies. I created this code. import { moduleDependency } from "....
Read more >
webpack-cli: TypeError: Cannot redefine property: tap
i'm receiving this error whenever i try to run npm run dev npm run development npm WARN config global `--global`, `--local` are deprecated....
Read more >
TypeError: can't redefine non-configurable property "x"
The JavaScript exception "can't redefine non-configurable property" occurs when it was attempted to redefine a property, but that property is ...
Read more >
TypeError: can't redefine non-configurable property "x"
It was attempted to redefine a property, but that property is non-configurable. The configurable attribute controls whether the property can be ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found