Unresolved Multi-Level Require - React + Reflux
I have a problem with my code, WebStorm 2016.1 doesn't seem to recognise a multi-level require.
I got:

and Reflux.createStore is unresolved.
Reflux has:

where reflux-core actually has the createStore function.
Any ideas on how to make it work?
Please sign in to leave a comment.
Works fine for me using the most recent reflux version (0.4.0):
WebStorm 2016.1 correctly resolves createStore() and offers it in completion
can you provide a sample project that shows up the issue?