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
没升上去,因为遇到问题如下:
start Compiling... error Compile error: Failed to compile, check the errors for troubleshooting. File: /Users/chencheng/Documents/Code/github.com/umijs/benchmark/projects/turbopack-test-app/src/comps/triangle.jsx:1:1 × Module build failed: ├─▶ × │ │ x Expression expected │ │ ,-[/Users/chencheng/Documents/Code/github.com/umijs/benchmark/projects/turbopack-test-app/src/comps/triangle.jsx:21:1] │ │ 21 | } │ │ 22 | }, [EFFECT_PROPS]); │ │ 23 | │ │ 24 | return <> │ │ : ^ │ │ 25 | <g transform="translate(0 -2.16) scale(0.5 0.5)"> │ │ 26 | <A style={style} /> │ │ 27 | </g> │ │ `---- │ │ │ │ x Expected '>', got 'transform' │ │ ,-[/Users/chencheng/Documents/Code/github.com/umijs/benchmark/projects/turbopack-test-app/src/comps/triangle.jsx:22:1] │ │ 22 | }, [EFFECT_PROPS]); │ │ 23 | │ │ 24 | return <> │ │ 25 | <g transform="translate(0 -2.16) scale(0.5 0.5)"> │ │ : ^^^^^^^^^ │ │ 26 | <A style={style} /> │ │ 27 | </g> │ │ 28 | <g transform="translate(-2.5 2.16) scale(0.5 0.5)"> │ │ `---- │ │ │ ╰─▶ Syntax Error help: File was processed with this loader: 'builtin:swc-loader??ruleSet[1].rules[2].use[0]'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
没升上去,因为遇到问题如下:
The text was updated successfully, but these errors were encountered: