Skip to content

Commit 29d50d1

Browse files
authoredJul 9, 2024··
doc: unused array variable extension fixed in the config example (#672)
1 parent 7019fb7 commit 29d50d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export default function App() {
277277
value="console.log('hello world!');"
278278
height="200px"
279279
theme={okaidia}
280-
extensions={[javascript({ jsx: true })]}
280+
extensions={extensions}
281281
/>
282282
);
283283
}

0 commit comments

Comments
 (0)
Please sign in to comment.