Skip to content

Commit 89fd88d

Browse files
committed
wip: Add test-case-component path referecnce
Attempting to resolve import error: Server Error Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
1 parent 12c5df2 commit 89fd88d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/cursorless-org/tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"references": [
2626
{
2727
"path": "../cheatsheet"
28+
},
29+
{
30+
"path": "../test-case-component"
2831
}
2932
],
3033
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)