-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
TypeError: Super expression must either be null or a function #2855
Comments
Hi @rambabuk1222, if you could provide a few items, that would be great for my helping diagnose the problem:
Thanks! |
@rambabuk1222 do you know which version of Web Chat you are using? This will greatly help us on identifying the issue. Also, do you know the version of Angular you are using? |
@stevkan Bot Builder version: 4.6.3 @compulim I'm using below version of webchat.js |
Thanks @rambabuk1222. FYI: @stevkan is taking a look.. |
At this moment, I'm unable to repro the issue. Can you tell me which version of Chrome and Firefox browser you are using, in case it is a factor? |
Me neither. I did the follow steps. Create Angular 7 app
Modify
|
@stevkan Im using chrome version 79.0.3945.130 Thanks and Regards |
There are 2 problems, when combined, it become what you saw in F12. Problem 1: bad error messageIn Web Chat 4.5.1, if speech is enabled but not supported, it throw Problem 2: Feature Policy is not setWhen you host a page under SummaryWhen you host the Azure site under an Please follow this article to enable microphone access to the |
Deployed angular site with webchat. It's working fine in Edge browser but not in chrome and firefox.
console showing following error message. Is anyone used angular with webchat?
The text was updated successfully, but these errors were encountered: