What package version of the SDK are you using. 4.6.1
4.6.1 was transpiled with [email protected] which led to unintentional breaking changes for TypeScript consumers of the botbuilder-js libraries.
The breaking changes revolve around the inclusion of getters and setters in the .d.ts files in TypeScript 3.7.0.
As such, we need to cut a new patch release (4.6.2) with a lower version of TypeScript.
Steps to resolution:
typescript devDependency from root package.jsontypescript devDependency (pre-3.7.0) in each library's package.json (botbuilder, etc.)[bug]
FYI @juanar @Batta32 @enzocanoo this is the bug the skills team was encountering in the TypeScript BF-Solutions work.
I should have noted above that we are may someday ship with libraries transpiled using [email protected].
Because of the breaking changes outlined above, we need to have a discussion for potentially moving up to [email protected]
4.6.2 is released to npm. 馃巻
Most helpful comment
4.6.2is released to npm. 馃巻