You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Identifier 'test' has already been declared
SyntaxError: Identifier 'test' has already been declared
at eval (<anonymous>)
at Eo (https://codesandbox.io/static/js/sandbox.55f5df20e.js:1:201748)
at e.value (https://codesandbox.io/static/js/sandbox.55f5df20e.js:1:218712)
at e.value (https://codesandbox.io/static/js/sandbox.55f5df20e.js:1:245871)
at t (https://codesandbox.io/static/js/sandbox.55f5df20e.js:1:218427)
at evaluate (https://51uok.csb.app/node_modules/pretty-format/build/index.js:8:3)
at Eo (https://codesandbox.io/static/js/sandbox.55f5df20e.js:1:201752)
at e.value (https://codesandbox.io/static/js/sandbox.55f5df20e.js:1:218712)
at e.value (https://codesandbox.io/static/js/sandbox.55f5df20e.js:1:245871)
at t (https://codesandbox.io/static/js/sandbox.55f5df20e.js:1:218427)
at evaluate (https://51uok.csb.app/node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js:567:26)
at Eo (https://codesandbox.io/static/js/sandbox.55f5df20e.js:1:201752)
at e.value (https://codesandbox.io/static/js/sandbox.55f5df20e.js:1:218712)
at e.value (https://codesandbox.io/static/js/sandbox.55f5df20e.js:1:245871)
at t (https://codesandbox.io/static/js/sandbox.55f5df20e.js:1:218427)
at evaluate (https://51uok.csb.app/node_modules/@testing-library/react/dist/@testing-library/react.esm.js:44:17)
at Eo (https://codesandbox.io/static/js/sandbox.55f5df20e.js:1:201752)
at e.value (https://codesandbox.io/static/js/sandbox.55f5df20e.js:1:218712)
at e.value (https://codesandbox.io/static/js/sandbox.55f5df20e.js:1:245871)
at t (https://codesandbox.io/static/js/sandbox.55f5df20e.js:1:218427)
at evaluate (https://51uok.csb.app/src/__tests__/index.test.js:7:15)
at Eo (https://codesandbox.io/static/js/sandbox.55f5df20e.js:1:201752)
at e.value (https://codesandbox.io/static/js/sandbox.55f5df20e.js:1:218712)
at e.value (https://codesandbox.io/static/js/sandbox.55f5df20e.js:1:245871)
at e.value (https://codesandbox.io/static/js/sandbox.55f5df20e.js:1:245491)
at https://codesandbox.io/static/js/jest-lite.fe1609ac0.chunk.js:1:15520
at l (https://codesandbox.io/static/js/common-sandbox.26857ffcc.chunk.js:1:255733)
at Generator._invoke (https://codesandbox.io/static/js/common-sandbox.26857ffcc.chunk.js:1:255486)
at Generator.forEach.e.<computed> [as next] (https://codesandbox.io/static/js/common-sandbox.26857ffcc.chunk.js:1:256090)
at t (https://codesandbox.io/static/js/common-sandbox.26857ffcc.chunk.js:1:2405)
at i (https://codesandbox.io/static/js/common-sandbox.26857ffcc.chunk.js:1:2616)
at https://codesandbox.io/static/js/common-sandbox.26857ffcc.chunk.js:1:2675
at new Promise (<anonymous>)
at https://codesandbox.io/static/js/common-sandbox.26857ffcc.chunk.js:1:2556
at https://codesandbox.io/static/js/jest-lite.fe1609ac0.chunk.js:1:15876
at Array.map (<anonymous>)
at e.<anonymous> (https://codesandbox.io/static/js/jest-lite.fe1609ac0.chunk.js:1:15224)
at l (https://codesandbox.io/static/js/common-sandbox.26857ffcc.chunk.js:1:255733)
at Generator._invoke (https://codesandbox.io/static/js/common-sandbox.26857ffcc.chunk.js:1:255486)
at Generator.forEach.e.<computed> [as next] (https://codesandbox.io/static/js/common-sandbox.26857ffcc.chunk.js:1:256090)
at t (https://codesandbox.io/static/js/common-sandbox.26857ffcc.chunk.js:1:2405)
at i (https://codesandbox.io/static/js/common-sandbox.26857ffcc.chunk.js:1:2616)
The text was updated successfully, but these errors were encountered:
Thanks for the report. I've noticed this a couple of times but couldn't determine why. I reported it to codesandbox as well (codesandbox/codesandbox-client#4887) since it's the only environment where I could reproduce the issue.
(Without any changes)
The text was updated successfully, but these errors were encountered: