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
Solved. My problem was that we cannot use just style name. We need to import appropriate stylesheet file and use it for style prop
Example: import { docco } from 'react-syntax-highlighter/styles/hljs';
The text was updated successfully, but these errors were encountered: