@the-control-group/ui
Advanced tools
Comparing version 1.9.6 to 1.9.7-rc.0
@@ -31,3 +31,5 @@ import React, { Component } from 'react'; | ||
if(prevProps.show && !this.props.show) { | ||
this.overlay.current.classList.remove('enter-done'); | ||
if(this.overlay.current !== null) { | ||
this.overlay.current.classList.remove('enter-done'); | ||
} | ||
setTimeout(() => this.setState({overlayVisible: false}), 200); | ||
@@ -34,0 +36,0 @@ } |
{ | ||
"name": "@the-control-group/ui", | ||
"version": "1.9.6", | ||
"version": "1.9.7-rc.0", | ||
"description": "UI kit based on ReactJS for TCG projects", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
82393
1693
1