-
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
自动 API 表格,未找到 Foo 组件的属性定义 #1476
Labels
question
Further information is requested
Comments
我也遇到这个问题 |
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
新版本的bug。dumi降到2.0.0就行了 |
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
收到,感谢🙏
…---原始邮件---
发件人: ***@***.***>
发送时间: 2023年3月22日(周三) 上午8:14
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [umijs/dumi] 自动 API 表格,未找到 Foo 组件的属性定义 (Issue #1476)
新版本的bug。dumi降到2.0.0就行了
真受不了这坑,生成api文档这么重要的功能竟然不测试就发出来了,对阿里的质控也是无语
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
我也遇到了 |
10 tasks
离谱,我还以为有什么特殊写法 |
而且半年过去了,现在2.2.0版本了,都没有修复。。。 |
|
怎么调各列的宽度啊,多少有点丑啊 @PeachScript |
天啊一年多了害没支持windows么 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Question
自动 API 表格,未找到 Foo 组件的属性定义
Sample Code
// src/Foo/index.tsx
import React, { type FC } from "react";
const Foo: FC<{title?: string;}> = ({ title }) => <h1>{title}</h1>;
export default Foo;
// src/Foo/index.md
<API id="Foo"></API>
// src/index.ts
export { default as Foo } from './Foo';
// .dumirc.ts
export default defineConfig({
apiParser: {},
resolve: {
entryFile: './src/index.ts',
},
})
version
"dumi": "^2.1.9",
The text was updated successfully, but these errors were encountered: