Skip to content

when i tried implement a Grid with material-ui, i got an error that seems this module requiring react-redux? #17

Description

@fidellr

Error:

TypeError: Cannot read property 'shape' of undefined
/workt/node_modules/react-redux/lib/components/createAll.js:17
  14 | var _createConnect2 = _interopRequireDefault(_createConnect);
  15 | 
  16 | function createAll(React) {
> 17 |   var Provider = _createProvider2['default'](React);
  18 |   var connect = _createConnect2['default'](React);
  19 | 
  20 |   return { Provider: Provider, connect: connect };

does it required react-redux? i got tht because i use mobx for the state management

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions