You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import Highlight from 'react-highlight';
...
<Highlight className={language}>
{some code}
</Highlight>
Appearing message in browser console:
Deprecated as of 10.7.0. highlightBlock will be removed entirely in v12.0
Deprecated as of 10.7.0. Please use highlightElement now.
The text was updated successfully, but these errors were encountered:
Console warning for highlightBlock.
To recreate:
Appearing message in browser console:
Deprecated as of 10.7.0. highlightBlock will be removed entirely in v12.0
Deprecated as of 10.7.0. Please use highlightElement now.
The text was updated successfully, but these errors were encountered: