cortina-react
Advanced tools
Comparing version 0.2.1 to 0.3.0
{ | ||
"name": "cortina-react", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "Coroutine-based EDSL for building React components and applications", | ||
@@ -5,0 +5,0 @@ "author": "Arthur Xavier <arthur.xavierx@gmail.com> (http://arthur-xavier.github.io/)", |
@@ -30,3 +30,3 @@ import React, { Component } from 'react'; | ||
get [Symbol.iterator]() { | ||
return generator; | ||
return generator(this.props); | ||
} | ||
@@ -33,0 +33,0 @@ }; |
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
16655