Skip to content

Certain default values for properties throws error #137

@civing

Description

@civing

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 = '*';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions