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 error at the end of the Webpack build process is:
ERROR in [at-loader] ./node_modules/react-uwp/Image/index.d.ts:18:18
TS2320: Interface 'ImageProps' cannot simultaneously extend types 'DataProps' and 'HTMLAttributes<HTMLDivElement>'.
Named property 'placeholder' of types 'DataProps' and 'HTMLAttributes<HTMLDivElement>' are not identical.
Link to minimal working code that reproduces the issue
Problem description
Simple app won't build due to typings issue.
The error at the end of the Webpack build process is:
Link to minimal working code that reproduces the issue
Versions
The text was updated successfully, but these errors were encountered: