acdlite / flummox

Minimal, isomorphic Flux.
http://acdlite.github.io/flummox
1.69k stars 114 forks source link

Import flummox/component fails with 4.0.0-rc1 #257

Closed mikestead closed 9 years ago

mikestead commented 9 years ago

I'm having issues with v4.0.0-rc1. Up until this release I could

import FluxComponent from 'flummox/component';

as described in the guide.

Now I get the error Cannot resolve module 'flummox/component'.

comnik commented 9 years ago

I've poked around the module. It seems as if

import {FluxComponent} from "flummox/addons/react"

does the trick. Probably a measure to enable support for react-native.