llm-ui icon indicating copy to clipboard operation
llm-ui copied to clipboard

Add React 19 peer dep support

Open cole-robertson opened this issue 5 months ago • 3 comments

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

cole-robertson avatar Jun 12 '25 15:06 cole-robertson