chat-ui-react icon indicating copy to clipboard operation
chat-ui-react copied to clipboard

React 18

Open Kluckmuck opened this issue 3 years ago • 1 comments

Can we update package to work with react 18?

Kluckmuck avatar Sep 11 '22 11:09 Kluckmuck

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

SimoneGianni avatar Oct 20 '22 23:10 SimoneGianni