FATAL: 1.1.7 to 1.2.0-beta.6 breaks fullscreen mode ('active' of undefined)
See original GitHub issueSteps to reproduce the behavior: upgrade from 1.1.7 to 1.2.0-beta.6
tested with react 16 and 17!
Expected behavior: open fullscreen should not throw an error
Actual behavior: opening fullscreen throws error
Error in function FullScreen in ./node_modules/react-full-screen/dist/index.modern.js:56
🚨 Cannot read property ‘active’ of undefined 🚨
56 | if (handle.active) {
57 | classNames.push('fullscreen-enabled');
58 | }
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:7
Top Results From Across the Web
storybook/CHANGELOG.v1-5.md at next - GitHub
Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.
Read more >Bug listing with status RESOLVED with resolution NEEDINFO ...
... Bug:16562 - "Kernel NULL pointer dereference" status:RESOLVED ... fails to enter full-screen mode" status:RESOLVED resolution:NEEDINFO severity:major ...
Read more >Fullscreen API - MDN Web Docs
The Fullscreen API adds methods to present a specific Element (and its descendants) in fullscreen mode, and to exit fullscreen mode once it ......
Read more >Compare Packages Between Distributions - DistroWatch.com
Often times it is useful to be able to compare the versions of different packages between two distributions. This can let us know...
Read more >Detect fullscreen mode - javascript - Stack Overflow
FWIW, that piece of jQuery code doesn't work in latest Mozilla Firefox as well, where the pseudo-class is certainly defined. – Annie. May...
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
Released:
1.2.0-beta.7
Done. Releasing now! Sorry all – been stressing with some exams coming up.