react-services-injector
Advanced tools
Comparing version 0.2.0-beta.8 to 0.2.0-beta.9
@@ -136,8 +136,12 @@ var Service = function() { | ||
_createClass(ConnectedComponent, null, [{ | ||
key: "name", | ||
get: function get() { | ||
return component.name; | ||
} | ||
}]); | ||
try { | ||
_createClass(ConnectedComponent, null, [{ | ||
key: "name", | ||
get: function get() { | ||
return component.name; | ||
} | ||
}]); | ||
} catch (e) { | ||
console.error('Looks like you\'re using fucking iOS.'); | ||
} | ||
@@ -144,0 +148,0 @@ return ConnectedComponent; |
{ | ||
"name": "react-services-injector", | ||
"version": "0.2.0-beta.8", | ||
"version": "0.2.0-beta.9", | ||
"description": "A library to create and use sigleton-services in your React application.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
47402
224