You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(makeswift): move MakeswiftProvider into locale layout, pass locale
Addresses review feedback on #2991: `MakeswiftProvider` needs the active
`locale` (per Makeswift ReactRuntimeProvider docs), so move the provider
into `app/[locale]/layout.tsx` where `locale` is available and forward it
through. Root `app/layout.tsx` stays as canary's pass-through. The 404
page (`app/not-found.tsx`) wraps its own tree with `MakeswiftProvider` +
`<SiteTheme />` explicitly so the branded theme still applies outside
`[locale]`.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments