react-grid-system
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -21,4 +21,2 @@ "use strict"; | ||
var getViewPort = function getViewPort(source) { | ||
console.log(source); | ||
if (source && source.current && source.current.clientWidth) { | ||
@@ -25,0 +23,0 @@ return source.current.clientWidth; |
{ | ||
"name": "react-grid-system", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "A powerful Bootstrap-like responsive grid system for React.", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
/* global window */ | ||
/* eslint "no-console": "off" */ | ||
@@ -8,3 +7,2 @@ import { useState, useEffect } from 'react'; | ||
const getViewPort = (source) => { | ||
console.log(source); | ||
if (source && source.current && source.current.clientWidth) { | ||
@@ -11,0 +9,0 @@ return source.current.clientWidth; |
105711
1934