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 3d2107f commit 5599c3fCopy full SHA for 5599c3f
.eslintignore
@@ -1,4 +1,5 @@
1
node_modules/
2
coverage/
3
dist/
4
+public/index.legacy.js
5
__tests__/__fixtures__/**/sample.*
public/index.js
@@ -1,5 +1,4 @@
import React from 'react';
-import ReactDOM from 'react-dom';
import createRoot from 'react-dom/client';
import syntaxHighlighter, { cmVariableContext } from '../src/index';
0 commit comments