stencil icon indicating copy to clipboard operation
stencil copied to clipboard

Allow class component to be referred to in JSX by the class object

Open truongsinh opened this issue 5 years ago • 1 comments

Allow class component to be referred to in JSX by the class object, instead of tag name. E.g:

return <HelloWord />

Slack discussion: https://stencil-worldwide.slack.com/archives/C79EANFL7/p1604929720060900

truongsinh avatar Nov 09 '20 19:11 truongsinh

Got a feeling that the json doc will be missing stuff for fields:

dependents: string[];
dependencies: string[];
dependencyGraph: JsonDocsDependencyGraph;

scabana avatar Feb 11 '21 21:02 scabana