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
{{ message }}
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
Codemod: next/13/replace-next-head
1. Code before transformation (Input for codemod)
```typescript ```
2. Expected code after transformation (Desired output of codemod)
```typescript // paste code here ```
3. Faulty code obtained after running the current version of the codemod (Actual output of codemod)
```typescript const { t, isLocaleReady } = useLocale(); ```
Additional context
Metadata dependencies such as react hooks, cannot exist outside of react component.
The text was updated successfully, but these errors were encountered: