**Describe the bug** On the browser: ``` ./components/organisms/Header/Header.module.css TypeError: Cannot set properties of undefined (setting 'parent') ``` On the console: ``` error - ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[3].oneOf[4].use[1]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[3].oneOf[4].use[2]!./components/organisms/Header/Header.module.css TypeError: Cannot set properties of undefined (setting 'parent') ``` **To Reproduce** Steps to reproduce the behavior: For a fresh installation with a running [backend](https://webdevstudios.github.io/nextjs-wordpress-starter/docs/backend) aka WordPress website 1. [Start development server](https://webdevstudios.github.io/nextjs-wordpress-starter/docs/frontend#start-the-development-server) 2. See error as mentioned above **Screenshots**  **Desktop (please complete the following information):** - OS: Ubuntu 20.04 - Browser: Chromium - Version: 105
Describe the bug
On the browser:
On the console:
To Reproduce
Steps to reproduce the behavior:
For a fresh installation with a running backend aka WordPress website
Screenshots
Desktop (please complete the following information):