Mahit Mehta

Results 2 comments of Mahit Mehta
trafficstars

Hi, I have a similar issue, when attempting to use Scanner in java code, the build fails as shown below. ``` [ERROR] Failed to execute goal de.mirkosertic.bytecoder:bytecoder-mavenplugin:2021-11-02:compile (default) on project...

At the top of your file where you import the `Code` component, add the following additions. ```ts const Code = dynamic( () => import('react-notion-x/build/third-party/code').then(async (m) => { await Promise.all([ import('prismjs/components/prism-go.js'),...