Skip to content

Commit

Permalink
Merge branch 'main' into refactor/content-collections
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored Oct 25, 2023
2 parents 9d454db + 28e5630 commit f97ffa7
Show file tree
Hide file tree
Showing 2 changed files with 2,510 additions and 2,657 deletions.
2 changes: 0 additions & 2 deletions packages/integrations/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export type ReactIntegrationOptions = Pick<ViteReactPluginOptions, 'include' | '
experimentalReactChildren?: boolean;
};

// @ts-expect-error
const FAST_REFRESH_PREAMBLE = react.preambleCode;

function getRenderer() {
Expand Down Expand Up @@ -66,7 +65,6 @@ function getViteConfiguration({
: '@astrojs/react/server-v17.js',
],
},
// @ts-expect-error
plugins: [react({ include, exclude }), optionsPlugin(!!experimentalReactChildren)],
resolve: {
dedupe: ['react', 'react-dom', 'react-dom/server'],
Expand Down
Loading

0 comments on commit f97ffa7

Please sign in to comment.