-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Labels
Description
Hello,
I've seen you are building very nice component which might help me a lot, but I can't understand why can't I import only Grid. When I try to do it, webpack build breaks saying this:
> ERROR in ./~/react-redux-grid/src/index.js
> You may need an appropriate loader to handle this file type.
> | import { combineReducers } from 'redux';
> |
> | import { ConnectedGrid } from './components/Grid.jsx';
I'm using react/redux architecture to build web app, is there a confilct between my store and your store. Can't get what's wrong even with simple example.