-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
I just updated to Vite 8 and @vitejs/plugin-react 6, and I'm getting an error when trying to run react compiler.
The current documentation suggests the following setup:
![]()
However, this configuration produces the following error:
oxlint × typescript(TS2740): Type '{ presets: RolldownBabelPreset[]; }' is missing the following properties from type 'PluginOptions': assumptions, auxiliaryCommentAfter, auxiliaryCommentBefore, comments, and 9 more. ╭─[vite.config.ts:31:15] 30 │ react(), 31 │ babel({ presets: [reactCompilerPreset()] }), · ──────────────────────────────────── 32 │ sentryVitePlugin({ ╰──── Found 0 warnings and 1 error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.
