Press n or j to go to the next uncovered block, b, p or k for the previous block.
import { isSameMonth, addMonths } from "date-fns" export const isNextMonth = (thisMonth, date) => isSameMonth(addMonths(thisMonth, 1), date)