-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
在字节小程序环境下,引入Comment组件报错。 #23
Comments
`import React, { useCallback } from "react"; const Index = (props) => {
`
}; export default Index; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
引入评论模块,报错:
ModuleBuildError: Module build failed (from ./node_modules/@tarojs/webpack5-runner/node_modules/mini-css-extract-plugin/dist/loader.js):
HookWebpackError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Undefined mixin.
╷
405 │ @include oneline-ellipsis();
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules@nutui\nutui-biz\dist\packages\comment\comment.scss 405:9 root stylesheet
-- inner error --
Error: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Undefined mixin.
╷
405 │ @include oneline-ellipsis();
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: