Comparing version 1.1.0 to 1.1.1
@@ -143,2 +143,5 @@ // Generated by CoffeeScript 1.10.0 | ||
tagName = arguments[0], args = 2 <= arguments.length ? slice.call(arguments, 1) : []; | ||
if (tagName == null) { | ||
throw new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: " + tagName); | ||
} | ||
ref = this.normalizeArgs(args), attrs = ref.attrs, contents = ref.contents; | ||
@@ -145,0 +148,0 @@ switch (typeof contents) { |
{ | ||
"name": "teact", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Generate React elements with CoffeeScript functions", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/hurrymaplelad/teact", |
Sorry, the diff of this file is not supported yet
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
32824
241