Skip to content

Commit

Permalink
[ci] update lockfile (#8721)
Browse files Browse the repository at this point in the history
* [ci] update lockfile

* fix ts-expect-error issue

---------

Co-authored-by: matthewp <matthewp@users.noreply.github.com>
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
  • Loading branch information
3 people authored Oct 25, 2023
1 parent db7a474 commit 28e5630
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 28e5630

Please sign in to comment.