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.

"Unexpected fiber popped" / "An unexpected error has occurred"

See original GitHub issue

Bug report

Describe the bug

At least two of the NextJS examples do not work when run “out of the box”.

To Reproduce

  1. Follow the steps in either of these two READMEs:
  2. Run npm install && npm run dev.
    • React will report “Unexpected fiber popped” and “Unexpected pop” in the console.
    • In the Material UI example, buttons will not demonstrate the ripple effect when clicked. In my application, the effects are more severe, leading to loss of interactivity.
  3. Deploy using npx now. Resulting application will report errors.

Expected behavior

Given examples work when deployed and run.

Screenshots

If applicable, add screenshots to help explain your problem.

System information

  • OS
    • Development: Ubuntu 18.04 LTS
    • Deployment: Zeit Now platform
  • Browser: Reproducible in Chrome and Firefox
  • Version of Next.js: 9.0.6 (current latest)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:7
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

5reactions
acdlitecommented, Sep 28, 2019

This is now fixed in v16.10.1.

However, it’s more like a workaround to fail gracefully because the behavior is not supported. It only accidentally worked in 16.9. We will warn in a future minor.

So we need to figure out how to address this in Next.

More context here: https://github.com/facebook/react/issues/16938#issuecomment-536207871

4reactions
Timercommented, Sep 28, 2019

Hi everyone! Like the error message suggests, this may be a bug with React 16.10. I’ve opened an issue in the React project to track this: https://github.com/facebook/react/issues/16938.

Please downgrade to react@16.9.0 and react-dom@16.9.0 for the time being.

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

"Unexpected fiber popped" / "An unexpected error has occurred"
Run npm install && npm run dev . React will report "Unexpected fiber popped" and "Unexpected pop" in the console. In the Material...
Read more >
What is causing the warning "Unexpected Fiber popped" in my ...
1. This is a red herring warning which gets thrown when other errors occur. In my particular case, it was caused by passing...
Read more >
What is error OR-RWE-30? Trying to pay my bill, but this error ...
If you had received an email from Google Fiber indicating that your service will be suspended unless you make a payment, please reach...
Read more >
Error message when you open the properties of a network ...
An unexpected error occurred. Cause. This problem may occur if some registry settings are damaged. The damaged registry settings may prevent you from...
Read more >
Unexpected error when trying to open workbench
Here's the Details from the Error message: An unexpected error has occurred: The type initializer for 'Ansys.Core.Expressions.
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