-
Notifications
You must be signed in to change notification settings - Fork 754
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
Bumped react & react-dom to 16.8.6 #1939
Conversation
import 'base64url'; | ||
import 'botframework-config/lib/models'; | ||
import 'botframework-config/lib/schema'; | ||
import 'botframework-webchat'; | ||
import 'react'; | ||
import 'react-dom'; | ||
import 'redux'; | ||
import 'redux-promise-middleware'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was removed as a dependency in #1721 (line where it was removed)
A couple of tests blew up. Going to fix those. |
Need to fix a few components that were relying on (unknowingly) broken |
fe16983
to
0746000
Compare
0746000
to
58a75cc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one nit
packages/app/client/src/ui/shell/explorer/resourceExplorer/resourceExplorer.tsx
Outdated
Show resolved
Hide resolved
58a75cc
to
e32f7c6
Compare
This is in preparation for when we bump to the next version of Web Chat.
react
&react-dom
to^16.8.6
to sync with Web ChatOpenBotDialog.tsx
)<AutoComplete />
component (also tied toOpenBotDialog.tsx
)