Kirill2603 / 3d-chess-v2

new variant of 3d-chess
https://chesss-3d.netlify.app/
MIT License
20 stars 10 forks source link

Many dev tools console errors causing page load to fail #20

Open semsion opened 1 year ago

semsion commented 1 year ago

DevTools failed to load source map: Could not load content for chrome-extension://cfhdojbkjhnklbpkdaibdccddilifddb/browser-polyfill.js.map: System error: net::ERR_FILE_NOT_FOUND react-dom.development.js:86 Warning: validateDOMNesting(...):

semsion commented 1 year ago

Sorry for the large error output, but seemed like the quickest way to portray what's happening.

Kirill2603 commented 1 year ago

Hi,

Nesting error in the header was solved quite simply.

<Menu> <MenuButton **as='div'**> <IconButton aria-label='asd' icon={<HamburgerIcon />} /> ... </Menu>

But in local project i only see this error message which fixed with the last commit

DevTools failed to load source map: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/browser-polyfill.js.map: System error: net::ERR_FILE_NOT_FOUND react_devtools_backend.js:4012 Warning: validateDOMNesting(...):

Kirill2603 commented 1 year ago

Sorry for the large error output, but seemed like the quickest way to portray what's happening.

if I'm not mistaken, errors with loading 3d models can occur when you deploying an application to Versel services Netlify doesn't have this problem.

semsion commented 1 year ago

These errors are all popping up on a local dev server.