import { json } from "react-router-dom"; const loader = async () => { const data = getSomeData(); return json(data); };. See also:.
確定! 回上一頁