Skip to content

Commit

Permalink
πŸ› Bug: JSX Runtime needs to be 'classic'
Browse files Browse the repository at this point in the history
Due to an issue with preact-signals: preactjs/signals#269
  • Loading branch information
ZaymonFC committed Jan 17, 2024
1 parent 9f17e4e commit ef30b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default defineConfig({
plugins: [
VaultPlugin(),
ConfigPlugin(),
react(),
react({ jsxRuntime: "classic" }),
ThemePlugin({
extensions: [osThemeExtension],
content: [
Expand Down

0 comments on commit ef30b8f

Please sign in to comment.