We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile failed!
./.temp/pages/index/index.js Module build failed (from ./node_modules/babel-loader/lib/index.js): SyntaxError: Unexpected token (21:4)
19 | function mapDispatchToProps(dispatch) { 20 | return {
21 | ...bindActionCreators(Actions, dispatch) | ^ 22 | }; 23 | } 24 |
BabelLoaderError: SyntaxError: Unexpected token (21:4)
The text was updated successfully, but these errors were encountered:
应该是你的依赖没有安装好,重新安装下依赖试试
Sorry, something went wrong.
No branches or pull requests
Compile failed!
./.temp/pages/index/index.js
Module build failed (from ./node_modules/babel-loader/lib/index.js):
SyntaxError: Unexpected token (21:4)
19 | function mapDispatchToProps(dispatch) {
20 | return {
BabelLoaderError: SyntaxError: Unexpected token (21:4)
19 | function mapDispatchToProps(dispatch) {
20 | return {
The text was updated successfully, but these errors were encountered: