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
fix(dev): TypeScript errors when running yarn dev (#8835)
since updating to TypeScript 5 we've had errors like:
`TypeError: Cannot set property mark of #<Object> which has only a getter`
updating fork-ts-checker-webpack-plugin fixes the problem
0 commit comments