Skip to content

Commit e679434

Browse files
committed
fix: next build error Type error: 'AnimatePresence' cannot be used as a JSX component.
1 parent 3c2300a commit e679434

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"resolveJsonModule": true,
1515
"isolatedModules": true,
1616
"jsx": "preserve",
17+
"jsxImportSource": "react",
1718
"baseUrl": ".",
1819
"paths": {
1920
"@/*": ["./*"]

0 commit comments

Comments
 (0)