mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[GH-ISSUE #25] Uncaught SyntaxError: The requested module '…' does not provide an export named 'jsx' #11
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wojtekmaj on GitHub (Feb 24, 2026).
Original GitHub issue: https://github.com/cloudflare/vinext/issues/25
Got this error when trying to run my app:
error-boundary.tsx:1 Uncaught SyntaxError: The requested module '/node_modules/react/jsx-runtime.js?v=cfd93ac8' does not provide an export named 'jsx' (at error-boundary.tsx:1:14)
The error originated from node_modules/vinext/src/shims/error-boundary.tsx
My current tsconfig.json (I suppose this might be relevant):