banderson / generator-redux

CLI tools for Redux: next-gen functional Flux/React with devtools
252 stars 36 forks source link

Default Project Has Errors, Doesn't Show H1 In Home Component #16

Closed weshoke closed 8 years ago

weshoke commented 8 years ago

These are on the console when running the app initially by following the README instructions. The Home component never loads due to the error.

Warning: Failed propType: Invalid prop `store` of type `function` supplied to `Provider`, expected `object`. Check the render method of `App`.
bundle.js:13325 Warning: Failed propType: Invalid prop `store` of type `function` supplied to `DevToolsWrapper`, expected `object`. Check the render method of `App`.
bundle.js:13325 Warning: Failed Context Types: Invalid child context `store` of type `function` supplied to `Provider`, expected `object`. Check the render method of `App`.
bundle.js:13325 Warning: Failed Context Types: Invalid context `store` of type `function` supplied to `Connect(Home)`, expected `object`. Check the render method of `Provider`.
bundle.js:30541 Uncaught TypeError: store.getState is not a function
banderson commented 8 years ago

I just bumped to version 0.3.0 which should have a bunch of fixes for versioning problems across react and redux. Can you see if that latest version fixes this issue for you?

banderson commented 8 years ago

Closing due to inactivity. Feel free to reopen if you can reproduce this issue.