chat-ui-react
chat-ui-react copied to clipboard
React 18
Can we update package to work with react 18?
Notice that in the meanwhile it can be worked around adding on your package.json:
"overrides": {
"chat-ui-react": {
"react": "$react",
"react-dom": "$react-dom"
}
},
See https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides