<tbody> | |
{(function*(rows, i, len) { | |
while (++i <= len) { | |
yield <ObjectRow key={i} />; | |
} | |
})([], 0, 10)} | |
</tbody> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<tbody> | |
{(function*(rows, i, len) { | |
while (++i <= len) { | |
yield <ObjectRow key={i} />; | |
} | |
})([], 0, 10)} | |
</tbody> |