-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
framework/gatsbyGatsby relatedGatsby relatedhelp wantedExtra attention is neededExtra attention is neededkind/bugSomething isn't workingSomething isn't working
Description
Description
In private window with disabled extensions, on main page i saw console error.
Expected Behavior
Main page without errors.
Screenshots
const root = document.documentElement; const iterate = (obj) => { Object.keys(obj).forEach(key => { if (typeof obj[key] === 'object') { iterate(obj[key]) } else { root.style.setProperty("--" + key, obj[key]) } }) } const theme = parsedTheme[colorMode] iterate(theme) root.style.setProperty('--initial-color-mode', colorMode);
Environment:
- Host OS: Win10
- Browser: Firefox 140.0.0.4
Contributor Resources and Handbook
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master
branch.
- 📚 See contributing instructions.
- 🎨 Wireframes and designs for Layer5 site in Figma (open invite)
- 🙋🏾🙋🏼 Questions: Discussion Forum and Community Slack.
Join the Layer5 Community by submitting your community member form.
Metadata
Metadata
Assignees
Labels
framework/gatsbyGatsby relatedGatsby relatedhelp wantedExtra attention is neededExtra attention is neededkind/bugSomething isn't workingSomething isn't working