John Camden

Results 4 comments of John Camden

Turns out that the path polyfill for Webpack 5 is working fine with Yarn 2. The issue is that cypress-dark specifically seeks a node_modules directory in util.js at line 12:...

Great answer over [here](https://github.com/vercel/next.js/discussions/22388#discussioncomment-6329930). > import dynamic from 'next/dynamic' > const ThemeProvider = dynamic(() => import('@/components/theme-provider'), { ssr: false }) To do the above, create a component with `ThemeProvider` and...

Thanks for your response! I completely agree with you. And, thankfully, we would not be asked to connect Gherkin with anything to do with Storybook/Chromatic other than the behavioral tests...