Conversation

Replying to
Either make title and desc optional by adding a question mark after them in the props definition, or assign their default values in the prop definition via `title: any = “default title”
1
3
Show replies