llm-ui
llm-ui copied to clipboard
Add React 19 peer dep support
Why
If a consumer is on React 19, then they get an error about the React 18 peer dependency constraint.
What
This PR enables React 19 peer dep support for all llm-ui subpackages.
Testing
This seems to have no issues from my testing with React 19 compatibility.
Closes https://github.com/richardgill/llm-ui/issues/288