Property 'div' does not exist on type 'JSX.IntrinsicElements'

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

1 Like

I have exactly the same issue here