diff --git a/index.js b/index.js index 67b6e36..7636142 100644 --- a/index.js +++ b/index.js @@ -110,6 +110,7 @@ SuperGrid.defaultProps = { itemWidth: 120, spacing: 10, style: {}, + staticWidth: undefined }; export default SuperGrid;