Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept iterable as children #276

Closed
OliverJAsh opened this issue Jun 22, 2015 · 2 comments
Closed

Accept iterable as children #276

OliverJAsh opened this issue Jun 22, 2015 · 2 comments

Comments

@OliverJAsh
Copy link

This would allow such things as h('div', Immutable.Map(['foo', 'bar'])), where Immutable.Map returns an ES6 iterable.

@Matt-Esch
Copy link
Owner

No plan to add support for ES6 primitives at this stage. The code is stilll ES3 compliant, sorry ;)

@theefer
Copy link

theefer commented Jun 25, 2016

Added a suggested PR to add support #400

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants