Hi!
I’m trying to integrate ChatKit into a React application. I’m following all the steps, but as soon as I import the following:
import { useChatKit, ChatKit } from '@openai/chatkit-react';
my project starts getting flooded with errors like this:
Property 'div' does not exist on type 'JSX.IntrinsicElements'.
react&react-dom: 18.2.0