-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility issue with adaptivecards-templating and adaptive-expressions #9106
Comments
@JaccovdP, thanks for raising your issue. We will check and get back to you shortly. |
Hi @JaccovdP, according to this,
|
Hi @Prasad-MSFT, thanks for looking into it. I'm aware of that section of the docs. However, the issue is that adaptivecards-templating has a dependency on adaptive-expressions of |
I'm getting the same error. |
Hi @JaccovdP, @markDrigola - A bug has been raised for this issue. We will inform you once we get any further update from engineering team. Thanks! |
Problem description
The latest
adaptivecards-templating
andadaptive-expressions
packages seem incompatible. Following the docs for javascript as provided here results inUncaught TypeError: $ is not a function
. I'm using the packages in Angular.Manually setting the version of
adaptive-expressions
to4.22.3
resolves the error, but I would like to to use the latest version.Repro
Stackblitz
Code
Please refer to Stackblitz above for full repro.
Stacktrace
The text was updated successfully, but these errors were encountered: