Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XantreDev committed Apr 5, 2024
1 parent 6beeddd commit b5d8dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/transformer-playground/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ function App() {
theme="github-dark"
defaultLanguage="tsx"
defaultValue={untracked(() => text)}
onChange={setDebouncedText}
onChange={(v) => setDebouncedText(v ?? "")}
/>

<TransformedCode />
Expand Down

0 comments on commit b5d8dc7

Please sign in to comment.