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

Update Pagination.jsx #290

Closed
wants to merge 2 commits into from
Closed

Conversation

SevenGuns
Copy link

@SevenGuns SevenGuns commented Jul 24, 2020

fix: bugfix
close #289

when props: { pageSize: undefined; current: undefined }
constructor function thorw an error

fix: bugfix

when props: { pageSize: undefined; current: undefined  }
constructor function thorw an error
@codecov
Copy link

codecov bot commented Jul 24, 2020

Codecov Report

Merging #290 into master will decrease coverage by 0.10%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #290      +/-   ##
==========================================
- Coverage   91.38%   91.27%   -0.11%     
==========================================
  Files           3        3              
  Lines         325      321       -4     
  Branches      113      113              
==========================================
- Hits          297      293       -4     
  Misses         28       28              
Impacted Files Coverage Δ
src/Pagination.jsx 90.80% <100.00%> (-0.15%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 89531d5...c727b36. Read the comment docs.

@yoyo837
Copy link
Member

yoyo837 commented Nov 14, 2020

Could you rebase and add some test case ?

@afc163
Copy link
Member

afc163 commented Dec 28, 2020

/rebase

@afc163
Copy link
Member

afc163 commented Dec 1, 2023

Conflicting

@afc163 afc163 closed this Jan 9, 2024
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

Successfully merging this pull request may close these issues.

error on this line, calculatePage needs safe get state
3 participants