nextjs-wordpress-starter icon indicating copy to clipboard operation
nextjs-wordpress-starter copied to clipboard

TypeError: Cannot set properties of undefined (setting 'parent')

Open josephgodwinkimani opened this issue 1 year ago • 5 comments

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 aka WordPress website

  1. Start development server
  2. See error as mentioned above

Screenshots

screenshot-localhost_3000-2022 11 05-16_43_01

Desktop (please complete the following information):

  • OS: Ubuntu 20.04
  • Browser: Chromium
  • Version: 105

josephgodwinkimani avatar Nov 05 '22 13:11 josephgodwinkimani