Hi,
I noticed that the react-chainlit repo seems to be outdated. The sendMessage() implementation shown in the documentation doesn’t match what the current code expects.
Additionally, while my React app is able to successfully connect to the Chainlit server, I'm not receiving any messages back from it. The same backend works perfectly when using the default Chainlit UI, so the issue appears to be specific to the React integration.
Could you please confirm whether the repo is up to date or if there are breaking changes not reflected in the docs?