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.

10.0.0-rc1 difficult to track down crash

See original GitHub issue

Hi there, any advice on how I can track down a crash on code that works fine with react but breaks in preact - is it possible to force webpack/babel to use the source dist of the module rather than the dist? The error is Uncaught (in promise) TypeError: Cannot read property 'call' of undefined at y.r [as shouldComponentUpdate... but I cannot figure out the call process properly from the minified code to give you a decent bug report?

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
sventschuicommented, Aug 12, 2019

The issue seems to be caused when a ref is added to a memo’ed component that did not have a ref in the previous render. The next release should make things work again for you 😃

1reaction
mzealeycommented, Aug 12, 2019

OK trying from the latest git - seems to be working correctly!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to View Windows 10 Crash Logs and Error ...
Step 4. Find and click Error on the event list. Then you can view the detailed crash log information shown up in the...
Read more >
Diagnosing issues using crash reports and device logs
Inspect your running app to isolate bugs, locate crashes, identify excess system resource usage, visualize memory bugs, and investigate view layout problems.
Read more >
How to Find Out What Crashed Your PC and Stop Them ...
This article is created to show how to find out what crashed your PC and how to stop them from being happened with...
Read more >
Detect and diagnose crashes
Solving crashes can be difficult. However, if you can identify the root cause of the crash, most likely you can find a solution...
Read more >
How to Diagnose App Issues Using Crash Logs
First, let's walk through the four steps you need to follow to get the crash log after the app crashes. I'll use Android...
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