Closed ckollars closed 6 years ago
This seems like an installation issue. What does npm ls
show?
Here is a snippet of the print out.
├─┬ griddle-react@1.8.1
│ ├── immutable@3.8.1
│ ├── lodash@4.17.4
│ ├── max-safe-integer@1.0.1
│ ├─┬ react-redux@5.0.6
│ │ └── hoist-non-react-statics@2.3.1
│ └─┬ recompose@0.21.2
│ └── change-emitter@0.1.6
Digging into this more I found that the issue is that the app I'm working in uses the dependency "react-redux": "^5.0.2"
and Griddle uses "react-redux": "^5.0.6"
Once I updated my my app to the latest minor version it fixed the issue.
I seen this referenced in an issue on react-redux
when documentation was updated. https://github.com/reactjs/react-redux/issues/738
Griddle version
1.8.1
Expected Behavior
Show an example of Griddle based off quick start example
Actual Behavior
Shows an error in the console
Steps to reproduce
Create a component data.grid.js and include it in existing component to see if it can render with example content.
Pull request with failing test or storybook story with issue
While this step is not necessary, a failing test(s) and/or a storybook story will help us resolve the issue much more easily. Please see the README for more information.