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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
@compulim apologies, as this was a quick hotfix I did not create a full pull request. A consumer that runs npm install botbuilder-dialogs-declarative in isolation would download both this package and all its dependencies. In the code that comprises this package, a file imports code from botbuilder-stdlib. This works in our monorepo due to hoisting but would fail for the consumer as they would not have a copy of the botbuilder-stdlib package.
9c743d9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joshgummersall do you have a pull request attached to this issue? I would like to know what this commit would fix.
9c743d9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@compulim apologies, as this was a quick hotfix I did not create a full pull request. A consumer that runs
npm install botbuilder-dialogs-declarative
in isolation would download both this package and all its dependencies. In the code that comprises this package, a file imports code frombotbuilder-stdlib
. This works in our monorepo due to hoisting but would fail for the consumer as they would not have a copy of thebotbuilder-stdlib
package.