justin
justin
Fixes #367 React 19 introduced changes to how `PropsWithChildren` works in the type system, causing TypeScript errors when using `ThemeProvider` with children: ``` Type '{ children: Element; ... }' is...