What?
When specifying a default value for a string property that is either '*' or '-' this error are thrown:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'toString')
at Dd.renderMarkdown (p-746f0a12.entry.js:24:488852)
And the text field for default value in kompendium are left blank.
Example:
@Prop()
public accept: string = '*';