digidem / react-dimensions

[Looking for maintainers]

Home Page:http://lab.digital-democracy.org/react-dimensions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

defaultGetWidth exception

FredericHeem opened this issue · comments

On IE11, when the dev tool is opened, an exception is thrown in defaultGetWidth because element is null:

function defaultGetWidth(element) {
  return element.clientWidth;
}