./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