0
Fork 0
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:
Lam 2024-04-23 14:29:38 -07:00 committed by GitHub
parent 9326531333
commit f6bddd3a15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@astrojs/react": patch
---
Fix Redoc usage in React integration

View file

@ -82,7 +82,6 @@ function getViteConfiguration({
'@mui/material',
'@mui/base',
'@babel/runtime',
'redoc',
'use-immer',
'@material-tailwind/react',
],