Squashed bugs

This commit is contained in:
Alois 2026-04-13 17:37:55 +02:00
commit 126f397d97
9 changed files with 44 additions and 43 deletions

View file

@ -155,7 +155,7 @@ const TTPContext = createContext<ContextType | undefined>(undefined);
* @param props Component props with children.
* @returns Loading, error, or provider-wrapped JSX.
*/
export default function Provider(props: {
export function Provider(props: {
children: ReactNode;
blockConnection?: boolean;
}) {