You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The console.warnings are also annoying when this is being rendered server side; it's generating noise in the logs for expected behaviour (height and width are not expected to be present on the server).
Happy to accept a PR, I'm not really using this any more since for grids/tables in React I've switched from fixed-data-table (which I was using this for) to react-virtualized which includes similar functionality to this with the Autosizer
This module is using the
console
API: https://github.com/digidem/react-dimensions/blob/master/index.jsx#L162.Notice that this API isn't available in IE9. Besides, I don't think that throwing a warning in production has much value.
We could be using https://www.npmjs.com/package/warning with https://www.npmjs.com/package/babel-plugin-transform-dev-warning to remove those check in production.
The text was updated successfully, but these errors were encountered: