react-media-hook
Advanced tools
Comparing version 0.4.1 to 0.4.2
var React = require('react') | ||
function fallbackMathMedia (query) { | ||
if (typeof matchMedia === 'function') { | ||
if (typeof matchMedia !== 'function') { | ||
return null | ||
@@ -6,0 +6,0 @@ } |
{ | ||
"name": "react-media-hook", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "React Hook for media query", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package