Closed mikestead closed 9 years ago
I'm having issues with v4.0.0-rc1. Up until this release I could
v4.0.0-rc1
import FluxComponent from 'flummox/component';
as described in the guide.
Now I get the error Cannot resolve module 'flummox/component'.
Cannot resolve module 'flummox/component'
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.
I'm having issues with
v4.0.0-rc1
. Up until this release I couldas described in the guide.
Now I get the error
Cannot resolve module 'flummox/component'
.