10000
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.
1 parent 7b4003d commit e5fe9a9Copy full SHA for e5fe9a9
packages/docs/build/templates/props.js
@@ -24,7 +24,7 @@ const tmpl = (props) => {
24
t += renderTags(prop.tags)
25
const n = prop.type?.name ?? ''
26
const v = prop.values?.map(pv => `\`${pv}\``).join(', ') ?? '-'
27
- const d = prop.defaultValue?.value ?? ''
+ const d = prop.defaultValue?.value ?? '-'
28
const since = prop.tags && prop.tags.since ? `<br><div class="badge bg-primary">${prop.tags.since[0].description}+</div>` : ''
29
30
if (prop.description && !prop.description.includes('@ignore')) {
0 commit comments