digidem / react-dimensions

[Looking for maintainers]
http://lab.digital-democracy.org/react-dimensions/
450 stars 77 forks source link

defaultGetWidth exception #48

Open FredericHeem opened 8 years ago

FredericHeem commented 8 years ago

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

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