We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65ba86 commit 92fb204Copy full SHA for 92fb204
src/components/object-definition.ts
@@ -27,6 +27,8 @@ export function getObjectDefinition(
27
realType.flags & ts.TypeFlags.Number ||
28
isArrayType(realType) ||
29
realTypeName === 'HTMLElement' ||
30
+ realTypeName.startsWith('SVG') ||
31
+ realTypeName.includes('Highcharts') ||
32
type === 'React.ReactNode'
33
) {
34
// do not expand built-in Javascript methods or primitive values
0 commit comments