Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e5fe9a9

Browse filesBrowse files
committed
build: update API generator
1 parent 7b4003d commit e5fe9a9
Copy full SHA for e5fe9a9

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎packages/docs/build/templates/props.js

Copy file name to clipboardExpand all lines: packages/docs/build/templates/props.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const tmpl = (props) => {
2424
t += renderTags(prop.tags)
2525
const n = prop.type?.name ?? ''
2626
const v = prop.values?.map(pv => `\`${pv}\``).join(', ') ?? '-'
27-
const d = prop.defaultValue?.value ?? ''
27+
const d = prop.defaultValue?.value ?? '-'
2828
const since = prop.tags && prop.tags.since ? `<br><div class="badge bg-primary">${prop.tags.since[0].description}+</div>` : ''
2929

3030
if (prop.description && !prop.description.includes('@ignore')) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.