We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
latest bits
Using hooks in a React App that hosts Web Chat, but uses a different version of React, results in error.
Steps to reproduce the behavior:
React.useEffect(() => console.log('mounted'), []);
App should not error out.
@compulim has is fix in the bit Redux Hooks PR, but needs to extract it in time for 4.6
[Bug]
The text was updated successfully, but these errors were encountered:
Load balancing @compulim; I'll give this a shot.
Sorry, something went wrong.
#2461 Add isomorphic-react and isomorphic-react-dom packages (#2478)
3f70e3b
* Add package 'isomorphic react' * Add package 'isomorphic react-DOM' * Update all packages * Cleanup readmes * Bump sample packages/more prettify readmes * Update CHANGELOG.md * Implement PR fixes * Fix eslint errors?? * Lock down on react & adaptive cards packages * Add review suggestions * Fix failing tests * Fix failing test * Wait for audio to be buffered completely * Update URLs * Moving to non-pure component * Add sleep
corinagum
Successfully merging a pull request may close this issue.
Version
latest bits
Describe the bug
Using hooks in a React App that hosts Web Chat, but uses a different version of React, results in error.
To Reproduce
Steps to reproduce the behavior:
React.useEffect(() => console.log('mounted'), []);
Expected behavior
App should not error out.
Additional context
@compulim has is fix in the bit Redux Hooks PR, but needs to extract it in time for 4.6
[Bug]
The text was updated successfully, but these errors were encountered: