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
The project is newly initialized from npx @commercetools-frontend/create-mc-app@latest \ my-new-custom-application-project \ --template starter command
Description:
When attempting to run yarn typecheck command, encountering multiple TypeScript errors related to not being able to find module '@emotion/react/types/jsx-namespace' across various files.
Steps to Reproduce:
Navigate to the project directory.
Run the command yarn typecheck.
Expected Result:
TypeScript should successfully type-check without any errors.
Actual Result:
TypeScript fails with the error "TS2307: Cannot find module '@emotion/react/types/jsx-namespace'" repeatedly across several files.
Environment:
npx @commercetools-frontend/create-mc-app@latest \ my-new-custom-application-project \ --template starter
commandDescription:
When attempting to run
yarn typecheck
command, encountering multiple TypeScript errors related to not being able to find module '@emotion/react/types/jsx-namespace' across various files.Steps to Reproduce:
yarn typecheck
.Expected Result:
TypeScript should successfully type-check without any errors.
Actual Result:
TypeScript fails with the error "TS2307: Cannot find module '@emotion/react/types/jsx-namespace'" repeatedly across several files.
Affected Files:
Priority: High (blocking development)
Type: Bug/Error
Please investigate and resolve the issue. Thank you!
The text was updated successfully, but these errors were encountered: