We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
remark-auto-type-table
required
1 parent 460d0ce commit f67d20fCopy full SHA for f67d20f
.changeset/empty-lights-march.md
@@ -0,0 +1,5 @@
1
+---
2
+'fumadocs-typescript': patch
3
4
+
5
+Fix `remark-auto-type-table` doesn't render `required` property
packages/typescript/src/lib/remark-auto-type-table.tsx
@@ -21,6 +21,7 @@ async function mapProperty(
21
const value = valueToEstree({
22
type: entry.type,
23
default: entry.tags.default || entry.tags.defaultValue,
24
+ required: entry.required,
25
}) as ObjectExpression;
26
27
if (entry.description) {
0 commit comments