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

How to add support for immutable js? #95

Closed
vandervidi opened this issue Aug 23, 2016 · 2 comments
Closed

How to add support for immutable js? #95

vandervidi opened this issue Aug 23, 2016 · 2 comments

Comments

@vandervidi
Copy link

When using for example Map() object from immutable.js , Chrome throws an error:

Uncaught TypeError: Constructor Map requires 'new'

@chrisngobanh
Copy link

You probably for to import Map from Immutable because the built-in Maps in JavaScript need to be instantiated with 'new'

import { Map } from 'immutable'

@calesce calesce closed this as completed Nov 1, 2016
@calesce
Copy link
Collaborator

calesce commented Nov 1, 2016

Don't this is related to this project.

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