v0.4.21
- Add Next config (fixes #85)
This allows exports like fetchCache
and revalidate
which are used in Page or Layout components and don't trigger a full page reload.
import reactRefresh from "eslint-plugin-react-refresh";
export default [
/* Main config */
reactRefresh.configs.next,
];