When @react-pdf is introduced, a setInterval is added globally, and performance test is performed in chrome devtool, which leads to browser crash
See original GitHub issueDescribe the bug When @react-pdf is introduced, a setInterval is added globally, and performance test is performed in chrome devtool, which leads to browser crash
To Reproduce Steps to reproduce the behavior including code snippet (if applies):
-
Enter
setInterval(() => {}, 100)
in REPL; -
Open chrome devtool
-
Click the record button
-
Crash
Desktop (please complete the following information):
- OS: Mac OS Big Sur 11.3
- Browser: Google Chrome 90.0.4430.19 beta (x86_64)
- React-pdf: v1.6.13
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Chrome setInterval crashes at 10000 ms - Stack Overflow
I'm working on a Javascript stopwatch application, and it works in every browser but Chrome. Here is ...
Read more >DevTools crashes on a website with large number of ... - GitHub
The actionable work here is to assess what is causing performance issues. For example, you could completely remove the panel rendering, and test...
Read more >browser methods to clear setinterval Code Example - Code Grepper
program to stop the setInterval() method after five times ... Add a Grepper Answer. Answers related to “browser methods to clear setinterval”.
Read more >Web constantly crashing when openin devTools
Ever since I got a new computer (with win8 on it), chrome started crashing at least twice every 5 times I pressed F12,...
Read more >Debugging performance problems in React - LogRocket Blog
Once the application we're using is created with this setting on, you don't have to worry about it. Now, open your Chrome DevTools...
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
After the upgrade of chrome(90.0.4430.51), it can no longer be reproduced
How can I replicate it without the REPL then?