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 7705111 commit a63f021Copy full SHA for a63f021
guides/release/in-depth-topics/rendering-values.md
@@ -80,7 +80,7 @@ export default class MyComponent extends Component {
80
@tracked status: string;
81
82
get someComponent(): ComponentLike<MyComponentArgs> {
83
- // any returned component must have been defined as
+ // if you're using typescript, any returned component must have been defined as
84
// class MyComponent extends Component<MyComponentArgs> {}
85
if (this.status == 'success') {
86
return MySuccessComponent;
0 commit comments