Skip to content

Commit

Permalink
fix: pass children prop
Browse files Browse the repository at this point in the history
  • Loading branch information
octokatherine authored Oct 29, 2021
1 parent 6b37761 commit ff07b95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example-nextjs/components/CodeRunnerUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ export default function CodeRunnerUI(props: Props) {
isLoading={isLoading}
defaultLanguage={defaultLanguage}
onRunCode={runCode}
/>
>
{children}
</Editor>
</div>
</>
)
Expand Down

0 comments on commit ff07b95

Please sign in to comment.