const Component = () => { const { data, error } = useSWR('/api/user', fetcher); const [state, send] = useMachine(machine); useEffect(() => { send({ type: ...
確定! 回上一頁