llm-ui-kit / llm-ui

The React library for LLMs
https://llm-ui.com
MIT License
292 stars 9 forks source link

Type Declaration Errors #169

Closed DanPGill2023 closed 1 month ago

DanPGill2023 commented 1 month ago

Nice idea for a library, Rich!

When cloning the examples from the repository everything works great. However, when I tried integrating some of the llm-ui components into a new project (made with creat-react-app) I get some runtime errors. Here's an example from a component in VSCode:

llm-ui Type Declaration Errors

Is there a chance I'm missing something during setup? Let me know if more details might help.