Unable to use [email protected] with React @16.13.*
Is there any way to use botframework-webchat with React 16.13 version? Currently, it supports [email protected]

Please suggest if there is any workaround for React 16.13 version as I don't have the option to change the version react version currently.
At the moment, the only option you have is to clone the repo, upgrade React manually, and build it locally. However, I don't know what repercussions / errors may surface from doing this. Be aware that while this is certainly an option, support won't be provided for custom builds.
I've marked this as a feature request, in the meantime. @compulim, can you comment on Web Chat's roadmap as it pertains to React versioning?
Any update on this? as I am getting similar error while installing botframework-webchat with latest npm or react version.
Version 4.14.1 on npm seems to fix this issue by setting react and react-dom as peer dependencies of 16.8.6 or greater, but the current main branch package.json still has them pegged at 16.8.6. There was a recent dependency bump 13 days ago - was that a typo or error to roll back to have the react versions locked at 16.8.6?
https://github.com/microsoft/BotFramework-WebChat/blob/21ff9a1a37ce94b7018e8d1a62ca659b33c67809/package.json#L97-L98
@mikemitchel the package.json at the root level is not published (mono-repo). Most packages under /packages/* are published.

I searched and all publishing packages are >= 16.8.6. (The first one is root.)