src/lib/i18n/localizedRoute.tsx(115,15): error TS2322: Type '{ locale: Locale; }' is not assignable to type 'IntrinsicAttributes & NavbarProps'. Property 'locale' does not exist on type 'IntrinsicAttributes & NavbarProps'. src/lib/i18n/localizedRoute.tsx(119,15): error TS2322: Type '{ locale: Locale; }' is not assignable to type 'IntrinsicAttributes'. Property 'locale' does not exist on type 'IntrinsicAttributes'. src/lib/i18n/localizedRoute.tsx(120,24): error TS2322: Type '{ locale: Locale; }' is not assignable to type 'IntrinsicAttributes & StickyMobileCTAProps'. Property 'locale' does not exist on type 'IntrinsicAttributes & StickyMobileCTAProps'.