-
Notifications
You must be signed in to change notification settings - Fork 630
Open
Description
This error : JSX element type 'ReactPaginate' does not have any construct or call signatures.ts(2604).
I have reinstalled packeges, path to react-paginate is correct, even chatGPT could not help
import ReactPaginate, {ReactPaginateProps } from "react-paginate" ;
.......
interface Props {
[key : string]: any
}
export const Pagination : React.FC<Props & ReactPaginateProps> = () => {
.....
return (
<ReactPaginate //error is here
.......
/>
);
};
Metadata
Metadata
Assignees
Labels
No labels