I fixed it with the following:
<Highlight code={code} language={codeLanguage} theme={{ plain: {}, styles: [] }}>
This was causing errors:
<Highlight code={code} language={codeLanguage} theme={undefined}>
The error was:
Cannot destructure property 'plain' of 'theme17' as it is undefined.