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

Dispatcher constructor error with flux 3.0 #17

Open
rajeshkw opened this issue Mar 12, 2017 · 0 comments
Open

Dispatcher constructor error with flux 3.0 #17

rajeshkw opened this issue Mar 12, 2017 · 0 comments

Comments

@rajeshkw
Copy link

With flux v3.0 + below dont work..

import Dispatcher from 'flux';
const flux = new Dispatcher(); //constructor error

instead i had to use

import Flux from 'flux';
const flux = new Flux.Dispatcher();
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

1 participant