From 29d50d1d21c6b168beb0e9b72a1bf10107c2655e Mon Sep 17 00:00:00 2001 From: Athul Anoop <76057001+alpha-og@users.noreply.github.com> Date: Tue, 9 Jul 2024 08:01:17 +0530 Subject: [PATCH] doc: unused array variable `extension` fixed in the config example (#672) --- core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/README.md b/core/README.md index e7e821cc5..70b81c342 100644 --- a/core/README.md +++ b/core/README.md @@ -277,7 +277,7 @@ export default function App() { value="console.log('hello world!');" height="200px" theme={okaidia} - extensions={[javascript({ jsx: true })]} + extensions={extensions} /> ); }