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 84d6ff5 commit 04b186fCopy full SHA for 04b186f
dash/extract-meta.js
@@ -180,7 +180,7 @@ function gatherComponents(sources, components = {}) {
180
return components;
181
}
182
183
- const program = ts.createProgram(filepaths, {...tsconfig, esModuleInterop: true, jsx: "react"});
+ const program = ts.createProgram(filepaths, {...tsconfig, esModuleInterop: true});
184
const checker = program.getTypeChecker();
185
186
const coerceValue = t => {
0 commit comments