We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This would allow such things as h('div', Immutable.Map(['foo', 'bar'])), where Immutable.Map returns an ES6 iterable.
h('div', Immutable.Map(['foo', 'bar']))
Immutable.Map
The text was updated successfully, but these errors were encountered:
No plan to add support for ES6 primitives at this stage. The code is stilll ES3 compliant, sorry ;)
Sorry, something went wrong.
Added a suggested PR to add support #400
No branches or pull requests
This would allow such things as
h('div', Immutable.Map(['foo', 'bar']))
, whereImmutable.Map
returns an ES6 iterable.The text was updated successfully, but these errors were encountered: