10.0.0-rc1 difficult to track down crash
See original GitHub issueHi 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:
- Created 4 years ago
- Comments:8 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 😃
OK trying from the latest git - seems to be working correctly!