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
System: OS: macOS 14.6.1 CPU: (8) x64 Intel(R) Core(TM) i5-1038NG7 CPU @ 2.00GHz Memory: 1.42 GB / 16.00 GB Shell: 5.9 - /bin/zsh Browsers: Safari: 17.6 npmPackages: @rsbuild/core: ^1.1.6 => 1.1.6 @rsbuild/plugin-babel: ^1.0.3 => 1.0.3 @rsbuild/plugin-vue2: ^1.0.2 => 1.0.2 × ModuleError: (Emitted value instead of an instance of Error) │ │ Errors compiling template: │ │ Component template requires a root element, rather than just text. │ │ 1 | var render = function () {} │ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ │ 2 | var staticRenderFns = [] │ | ^^^^^^^^^^^^^^^^^^^^^^^^ │ 3 | │ | │ 4 | export { render, staticRenderFns }
× ModuleError: (Emitted value instead of an instance of Error) │ │ Errors compiling template: │ │ Component template requires a root element, rather than just text. │ │ 1 | var render = function () {} │ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ │ 2 | var staticRenderFns = [] │ | ^^^^^^^^^^^^^^^^^^^^^^^^ │ 3 | │ | │ 4 | export { render, staticRenderFns }
no demo
The text was updated successfully, but these errors were encountered:
Hello @github1586. Please provide a reproduction repository or online demo. For background, see Why reproductions are required. Thanks ❤️
Sorry, something went wrong.
No branches or pull requests
Version
Details
× ModuleError: (Emitted value instead of an instance of Error)
│
│ Errors compiling template:
│
│ Component template requires a root element, rather than just text.
│
│ 1 | var render = function () {}
│ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
│ 2 | var staticRenderFns = []
│ | ^^^^^^^^^^^^^^^^^^^^^^^^
│ 3 |
│ |
│ 4 | export { render, staticRenderFns }
Reproduce link
no demo
Reproduce Steps
× ModuleError: (Emitted value instead of an instance of Error)
│
│ Errors compiling template:
│
│ Component template requires a root element, rather than just text.
│
│ 1 | var render = function () {}
│ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
│ 2 | var staticRenderFns = []
│ | ^^^^^^^^^^^^^^^^^^^^^^^^
│ 3 |
│ |
│ 4 | export { render, staticRenderFns }
The text was updated successfully, but these errors were encountered: