Skip to content

Commit

Permalink
fix: allow redoc to render on react components (#10855)
Browse files Browse the repository at this point in the history
* fix: removed redoc from noExternal for react

* Add changeset

---------

Co-authored-by: Matthew Phillips <matthew@skypack.dev>
  • Loading branch information
lamATnginx and matthewp committed Apr 23, 2024
1 parent 9326531 commit f6bddd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/metal-walls-fly.md
@@ -0,0 +1,5 @@
---
"@astrojs/react": patch
---

Fix Redoc usage in React integration
1 change: 0 additions & 1 deletion packages/integrations/react/src/index.ts
Expand Up @@ -82,7 +82,6 @@ function getViteConfiguration({
'@mui/material',
'@mui/base',
'@babel/runtime',
'redoc',
'use-immer',
'@material-tailwind/react',
],
Expand Down

0 comments on commit f6bddd3

Please sign in to comment.