diff --git a/components/ui/context.tsx b/components/ui/context.tsx index 5c95a75b7..78a1a9141 100644 --- a/components/ui/context.tsx +++ b/components/ui/context.tsx @@ -182,7 +182,7 @@ interface ManagedUIContextProps { children: React.ReactNode } -// please see https://medium.com/variant-as/a-better-way-to-type-react-components-9a6460a1d4b7 +// please see for benefits of this configuretaion https://medium.com/variant-as/a-better-way-to-type-react-components-9a6460a1d4b7 export function ManagedUIContext(props: ManagedUIContextProps) { const { children } = props return (