Skip to content

Commit

Permalink
make sure RTK is imported when using redux sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
EskiMojo14 committed Jun 1, 2024
1 parent 16065e6 commit 9df611b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/components/ConsoleSandbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ ${code}
dependencies: {
"highlight.js": "latest",
"mini-jsx": "latest",
...(redux && { "@reduxjs/toolkit": "latest" }),
...props.customSetup?.dependencies,
},
}}
Expand Down

0 comments on commit 9df611b

Please sign in to comment.