Skip to content

v0.4.21

Compare
Choose a tag to compare
@ArnaudBarre ArnaudBarre released this 22 Sep 23:01
· 5 commits to main since this release
  • 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,
];