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.

Error: "Minified React error" in React dev tools when using Components tab

See original GitHub issue

Do you want to request a feature or report a bug? Bug

What is the current behavior? React Dev tools gets this error when I try to look at the Components Tab

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn’t have dependencies other than React. Paste the link to your JSFiddle (https://jsfiddle.net/Luktwrdm/) or CodeSandbox (https://codesandbox.io/s/new) example below: I don’t know how to reproduce it. It was working yesterday and not working today.

What is the expected behavior? That the Components tab of the React dev tools doesn’t crash.

Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React? 16.6.3

Here is what I see. It’s not my React app crashing. It’s the dev tools.

Selection_880

Copy paste of the errors from the screenshot in case that’s helpful:

The error was thrown at hi (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:32:61172)
    at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:256084
    at Vo (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:256125)
    at oi (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:32:58828)
    at Jl (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:32:103390)
    at vc (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:32:89163)
    at Ac (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:32:89088)
    at ac (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:32:86037)
    at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:32:45275
    at n.unstable_runWithPriority (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:3691)
The error occurred in Vo
    in div
    in aa
    in div
    in za
    in div
    in si
    in div
    in li
    in Suspense
    in Wa
    in div
    in div
    in Jo
    in Xr
    in _o
    in Unknown
    in n
    in Unknown
    in div
    in div
    in zi
    in Ge
    in un
    in ba
    in Rc

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
bvaughncommented, Sep 28, 2019

4.1.2 has just been published to NPM and uploaded to the Chrome+Firefox stores with a fix for this issue. Thank you for the report and I apologize for the inconvenience.

0reactions
bvaughncommented, Sep 27, 2019

Bugfix posted via PR #16934

Read more comments on GitHub >

github_iconTop Results From Across the Web

getting minified react error while creating a navigator ..tried to ...
Tried to create the bottom tab navigator but it throws this error...kindly help https://snack.expo.dev/@mehakniyaz/courageous-cashew.
Read more >
How To Debug React Components Using React Developer ...
Now that you are on a website that uses React, open the console to access the React Developer Tools. Open the console by...
Read more >
A Guide to Common React Errors
The Ultimate React Errors Guide. In this guide we try to explain every React error you might run into. There's a mix of...
Read more >
Optimizing Performance - React
If you're benchmarking or experiencing performance problems in your React apps, make sure you're testing with the minified production build. By default, React...
Read more >
React | IntelliJ IDEA Documentation - JetBrains
Make sure the JavaScript and TypeScript and JavaScript Debugger required plugins are enabled on the Settings/Preferences | Plugins page, tab ...
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