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
The text was updated successfully, but these errors were encountered:
compulim
added
bug
Indicates an unexpected problem or an unintended behavior.
customer-reported
Required for internal Azure reporting. Do not delete.
Bot Services
Required for internal Azure reporting. Do not delete. Do not change color.
p0
Must Fix. Release-blocker
and removed
customer-reported
Required for internal Azure reporting. Do not delete.
Bot Services
Required for internal Azure reporting. Do not delete. Do not change color.
labels
Apr 14, 2023
Is it an issue related to Adaptive Cards?
No
Is this an accessibility issue?
No
What version of Web Chat are you using?
Development build
Which distribution are you using Web Chat from?
Bundle (webchat.js)
Which hosting environment does this issue primarily affect?
Web apps
Which browsers and platforms do the issue happened?
Browser: Edge (latest), Browser: Chrome (latest), Browser: Firefox (latest), Browser: Safari (latest), Browser: IE Mode (latest), Platform: Windows, Platform: macOS, Platform: iOS/iPadOS, Platform: Android
Which area does this issue affect?
Others or unrelated
What is the public URL for the website?
https://compulim.github.io/webchat-loader/
Please describe the bug
When rendering Web Chat with one of the following criteria, it failed:
clearImmediate
/setImmediate
store
propDo you see any errors in console log?
Browsers without efficient script yielding proposal
Without passing
store
propHow to reproduce the issue?
What do you expect?
Web Chat should render and function normally.
What actually happened?
JavaScript error prevent Web Chat from rendering.
In our test harness,
clearImmediate
andsetImmediate
is polyfilled bycore-js-pure/internals/task.js
, thus, we are not catching it sooner.Do you have any screenshots or recordings to repro the issue?
Browsers without efficient script yielding proposal
Without passing
store
propAdaptive Card JSON
No response
Additional context
This is a bug probably introduced by PR #4662.
The text was updated successfully, but these errors were encountered: