mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
fix: allow redoc to render on react components (#10855)
* fix: removed redoc from noExternal for react * Add changeset --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev>
This commit is contained in:
parent
9326531333
commit
f6bddd3a15
2 changed files with 5 additions and 1 deletions
5
.changeset/metal-walls-fly.md
Normal file
5
.changeset/metal-walls-fly.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@astrojs/react": patch
|
||||
---
|
||||
|
||||
Fix Redoc usage in React integration
|
|
@ -82,7 +82,6 @@ function getViteConfiguration({
|
|||
'@mui/material',
|
||||
'@mui/base',
|
||||
'@babel/runtime',
|
||||
'redoc',
|
||||
'use-immer',
|
||||
'@material-tailwind/react',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue