maeyama
Results
1
comments of
maeyama
@vini3101 I guess if you are using React version 18.x.x, you need to add children type in `/node_modules/chakra-paginator/dist/components/Paginator.d.ts` like below, ```tsx import { FC, ReactNode } from "react"; import {...