Uncaught RangeError: Maximum call stack size exceeded.
at dispatchChangeEvent (storageUtils.ts?10b8:23:1)
at Object.set (storageUtils.ts?10b8:131:1)
at storeColorMode (colorMode.tsx?7cd1:47:1)
at eval (colorMode.tsx?7cd1:72:1)
at onChange (colorMode.tsx?7cd1:72:1)
at dispatchChangeEvent (storageUtils.ts?10b8:23:1)
at Object.set (storageUtils.ts?10b8:131:1)
at storeColorMode (colorMode.tsx?7cd1:47:1)
at eval (colorMode.tsx?7cd1:72:1)
at onChange (colorMode.tsx?7cd1:72:1)
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clearoryarn clearcommand.rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages.Description
I got an error when theme toggling
Reproducible demo
No response
Steps to reproduce
npx create-docusaurus@latest my-website classicExpected behavior
no error on the console
Actual behavior
Your environment
Self-service