react-inlinesvg
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -84,2 +84,5 @@ var InlineSVGError, PropTypes, React, Status, XHR, configurationError, createError, delay, httpError, isSupportedEnvironment, me, once, span, supportsInlineSVG, unsupportedBrowserError, | ||
handleResponse: function(txt) { | ||
if (!this.isMounted()) { | ||
return; | ||
} | ||
return this.setState({ | ||
@@ -86,0 +89,0 @@ loadedText: txt, |
{ | ||
"name": "react-inlinesvg", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "An SVG loader for React", | ||
@@ -37,2 +37,3 @@ "main": "./lib/index.js", | ||
"keywords": [ | ||
"react-component", | ||
"react", | ||
@@ -39,0 +40,0 @@ "svg", |
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
11866
230