microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
870 stars 372 forks source link

Uncaught SyntaxError #8455

Open Stevenic opened 3 years ago

Stevenic commented 3 years ago

I was attempting to modify properties for an Adaptive Card action and received this error:

image

I'm running the latest nightly build.

hatpick commented 3 years ago

@Stevenic can you open dev tools and share the stack trace from console?

Stevenic commented 3 years ago

I've lost the repo :(  It was an action that I copy and pasted from another flow. Every time I tried to pick a new enum value from the drop down the error would occur. I eventually just created a new action and it worked fine. I can try to reproduce the issue.

hatpick commented 3 years ago

It's due to a bug in Fabric UI that is fixed in office-ui-fabric-react@v7.93.1 and after.

tonyanziano commented 3 years ago

@srinaath this should be considered for R15