-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
bug: vue函数组件不能编辑class #2230
Labels
bug
Something isn't working
Comments
live demo报错 |
你编辑live demo的代码 |
我试了下,确实会报错,functional组件问题比较大,不仅仅是不能编辑class,不过普通组件好像没有这问题。 等我找时间发个pr吧 |
类型遇到树类型就会报死循环了 export interface OrgTreeDTO {
orgCode: number;
orgName: string;
orgNames: string;
orgPath: string;
orgParentCode?: number;
subOrg?: OrgTreeDTO[];
} 随便放在哪里,启动就会报 event - [Webpack] Compiled in 7104 ms (1521 modules) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
latest
OS Version
14
Node.js Version
22
Browser Version
118
Link to minimal reproduction
https://github.com/umijs/dumi/blob/master/examples/vue/src/functional.tsx#L33
Steps to reproduce
添加 class, 然后编辑,就报错了 读取 exposed失败
What is expected?
正常编辑
What is actually happening?
报错了
Any additional comments? (optional)
No response
The text was updated successfully, but these errors were encountered: