Hello!
I'm using this library with react-native-web, and I'm experiencing several console errors every time I render one of these components. I have included a copy of the errors and stack traces.
Here's my implementation:
import SyntaxHighlighter from 'react-native-syntax-highlighter`;
import { okaidia } from 'react-syntax-highlighter/dist/styles/prism';
<SyntaxHighlighter style={okaidia} language="tsx" highlighter="prism">
<PrimaryActionButton title="Button" />
</SyntaxHighlighter>
Dependencies:
Thanks!
Hello!
I'm using this library with
react-native-web, and I'm experiencing several console errors every time I render one of these components. I have included a copy of the errors and stack traces.Here's my implementation:
Dependencies:
Thanks!