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

Fix renderOnZeroPageCount props type #454

Merged
merged 1 commit into from
Mar 5, 2023
Merged

Commits on Nov 11, 2022

  1. Fix renderOnZeroPageCount props type

    Per the documentation you can pass either a function, undefined or null. The way the type is set the `null` applies to the return of the function and not to the prop itself.
    Nargonath authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    56e93d0 View commit details
    Browse the repository at this point in the history