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.

FATAL: 1.1.7 to 1.2.0-beta.6 breaks fullscreen mode ('active' of undefined)

See original GitHub issue

Steps 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:closed
  • Created 3 years ago
  • Reactions:5
  • Comments:7

github_iconTop GitHub Comments

2reactions
davwheatcommented, Apr 29, 2021

Released: 1.2.0-beta.7

1reaction
davwheatcommented, Apr 29, 2021

Done. Releasing now! Sorry all – been stressing with some exams coming up.

Read more comments on GitHub >

github_iconTop 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 >

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