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 5883399 commit bb74ebcCopy full SHA for bb74ebc
dash/extract-meta.js
@@ -265,7 +265,7 @@ function gatherComponents(sources, components = {}) {
265
if (t.members) {
266
typeName = 'object';
267
} else {
268
- const typeString = checker.typeToString(t).replace(/^React\./, '');
+ const typeString = checker.typeToString(t);
269
if (typeString === 'DashComponent') {
270
typeName = 'node';
271
}
0 commit comments