@@ -891,7 +891,7 @@ function stringifyDynamicPropNames(props: string[]): string {
}
function isComponentTag(tag: string) {
- return tag[0].toLowerCase() + tag.slice(1) === 'component'
+ return tag === 'component' || tag === 'Component'
function processInlineRef(