We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6e710 commit 9b8d595Copy full SHA for 9b8d595
src/pages/EditorComponent.js
@@ -62,7 +62,7 @@ const WelcomeText = styled("span")(({ theme }) => ({
62
63
function EditorComponent() {
64
const [code, setCode] = useState(null);
65
- const [output, setOutput] = useState([]);
+ const [setOutput] = useState([]);
66
67
const [currentLanguage, setCurrentLanguage] = useState(
68
LANGUAGES[0].DEFAULT_LANGUAGE
0 commit comments