bronya_zaychik

Results 2 issues of bronya_zaychik

```js import {SketchPicker} from 'react-color' ``` alpha slider unable to work

I use multiple useChat with same id in multiple react component , like: input.tsx ```ts const { input, handleInputChange, handleSubmit, stop } = useChat({ id }) ``` loading.tsx ```ts const...