Skip to content
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

Merged
merged 3 commits into from
Oct 25, 2019
Merged

Bumped react & react-dom to 16.8.6 #1939

merged 3 commits into from
Oct 25, 2019

Conversation

tonyanziano
Copy link
Contributor

This is in preparation for when we bump to the next version of Web Chat.

  • bumped react & react-dom to ^16.8.6 to sync with Web Chat
  • fixed bugs that surfaced due to the React bump (OpenBotDialog.tsx)
  • fixed a bug in the <AutoComplete /> component (also tied to OpenBotDialog.tsx)

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';
Copy link
Contributor Author

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)

@coveralls
Copy link

coveralls commented Oct 23, 2019

Coverage Status

Coverage increased (+0.1%) to 67.069% when pulling e32f7c6 on toanzian/react-bump into be33543 on master.

corinagum
corinagum previously approved these changes Oct 23, 2019
@tonyanziano
Copy link
Contributor Author

A couple of tests blew up. Going to fix those.

@tonyanziano
Copy link
Contributor Author

Need to fix a few components that were relying on (unknowingly) broken getDerivedStateFromProps() functions

@tonyanziano tonyanziano force-pushed the toanzian/react-bump branch 2 times, most recently from fe16983 to 0746000 Compare October 25, 2019 19:03
cwhitten
cwhitten previously approved these changes Oct 25, 2019
Copy link
Member

@cwhitten cwhitten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one nit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants