Skip to content

Commit

Permalink
🐛 fix: fix recharts deps in the Artifacts React Renderer (#4245)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx authored Oct 2, 2024
1 parent 54f6912 commit a120d21
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const ReactRenderer = memo<ReactRendererProps>(({ code }) => {
customSetup={{
dependencies: {
antd: 'latest',
recharts: 'latest',
},
}}
files={{
Expand Down

0 comments on commit a120d21

Please sign in to comment.