rlax

Results 2 comments of rlax

I am facing this in FF, Chrome, didn't test it with Edge. I am aware about IE fix for `activeElement`, it was fixed [here](https://github.com/reactjs/react-tabs/pull/194). But the fix was about `activeElement`...

Switched my project to react16 to no avail. Excerpt from my code for information: _UncontrolledTabs.js_ `try { console.log(window.document.activeElement); canUseActiveElement = !!(typeof window !== 'undefined' && window.document && window.document.activeElement); } catch...