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
When scaffolding a new extension I get the TypeScript errors mentioned in Shopify/remote-dom#153 (in VSCode, not with yarn dev).
The solution proposed in that issue is to add this to the package.json and yarn install:
One additional note to consider is that resolutions are only for yarn. I think we would need to conditionally use resolutions if the package manager is yarn, or overrides if the package manager is npm or pnpm.
What area(s) will this request affect?
Extension
What type of change do you want to see?
New feature
Overview
When scaffolding a new extension I get the TypeScript errors mentioned in Shopify/remote-dom#153 (in VSCode, not with yarn dev).
The solution proposed in that issue is to add this to the package.json and yarn install:
Motivation
Should not have TypeScript errors in newly created extension project.
The text was updated successfully, but these errors were encountered: