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
./app/page.tsx
ReactServerComponentsError:
The "use client" directive must be placed before other expressions. Move it to the top of the file to resolve this issue.
╭─[/Users/seiry/gitwork/jotai-refresh-use-client/app/page.tsx:1:1]
1 │ 'use client'
· ────────────
2 │ import { atom, useAtom } from 'jotai'
3 │
4 │ const valueAtom = atom('hello')
╰────
Import path:
./app/page.tsx
It seems the plugin added some line at the file header.( sorry I'm not a rust master lol
trevorpfiz, McCulloughRT, Cielquan, FedeZara, Umbrien and 6 more