nerv icon indicating copy to clipboard operation
nerv copied to clipboard

Uncaught (in promise) TypeError: Cannot read property 'dispatch' of undefined

Open kalsolio opened this issue 6 years ago • 2 comments

    "nerv-create-class": "^1.3.3",
    "nerv-redux": "^1.3.3",
    "nervjs": "^1.3.3",
    "node-sass": "^4.9.2",
    "prop-types": "^15.5.8",
    "react": "^16.4.1",
    "react-dom": "^16.4.1",
    "react-loadable": "^5.5.0",
    "react-redux": "^5.0.7",
    "react-router-dom": "^4.2.2",
    "redux": "^4.0.0"
      'react': 'nervjs',
      'react-dom': 'nervjs',
      // Not necessary unless you consume a module using `createClass`
      'create-react-class': "nerv-create-class",
      'react-redux': 'nerv-redux',

kalsolio avatar Aug 21 '18 02:08 kalsolio

可以贴一下你的使用代码么

luckyadam avatar Aug 22 '18 13:08 luckyadam

nerv-redux 中导出的nerv对象只有默认导出没有命名导出 是什么原因啊

em-heqian avatar Nov 28 '18 03:11 em-heqian