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
TypeScript creates an error cause the typings type definition (v0.8) does not match the used xmlbuilder version (v0.4.1).
Update to newest xmlbuilder version.
Error is:
Error:(134, 7) TS2345: Argument of type '{ [x: number]: undefined; "edmx:Edmx": { "@xmlns:edmx": string; "@xmlns:m": string; "@Version": s...' is not assignable to parameter of type 'string'.
The text was updated successfully, but these errors were encountered:
TypeScript creates an error cause the typings type definition (v0.8) does not match the used xmlbuilder version (v0.4.1).
Update to newest xmlbuilder version.
Error is:
The text was updated successfully, but these errors were encountered: