Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReactPaginate #513

Open
Muha11ad opened this issue Apr 30, 2024 · 0 comments
Open

ReactPaginate #513

Muha11ad opened this issue Apr 30, 2024 · 0 comments

Comments

@Muha11ad
Copy link

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
          .......
        />
    );
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant