twilio / flex-webchat-ui-sample

Twilio Flex Web Chat UI Sample
31 stars 28 forks source link

a bit dated, can be updated for using react hooks? #18

Open bjm88 opened 3 years ago

bjm88 commented 3 years ago

I am getting weird warnings about old react context api, can't get it to load properly with useEffect and react hooks, example please...

bjm88 commented 3 years ago

Yeah doesn't work with react 17 Warning: Legacy context API has been detected within a strict-mode tree.

The old API will be supported in all 16.x releases, but applications using it should migrate to the new version.

Please update the following components: Connect(t), DynamicComponent, Provider, Styled(button), Styled(div), ThemeProvider, t

Learn more about this warning here: https://reactjs.org/link/legacy-context

gets a 400 loading. Had to move to componentDidMount or also error setting state before mount.