-
Notifications
You must be signed in to change notification settings - Fork 13
fix: apply resizing fix #47
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
Conversation
cc @rezkiy37 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, we need to update the example once it is deployed.
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "react-fast-pdf", | |||
"version": "1.0.25", | |||
"version": "1.0.26", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bot bumps it automatically.
"version": "1.0.26", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
strange, it should be already like that on main
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/Expensify/react-fast-pdf/blob/main/package.json same on our fork 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Never mind.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good! What's the process for getting these out? Do I just merge? What do I need to do after? Thanks!
@@ -8,3 +8,4 @@ dist/ | |||
|
|||
# NPM file created by GitHub actions | |||
.npmrc | |||
.idea/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NAB - what's this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's for Webstorm users - to ignore local files that Webstorm creates
hello! just a friendly bump on this one 😃 |
Details
Implement cache invalidation using react-window's resetAfterIndex API and combining it with another useLayoutEffect in this component - to prevent
top
value miscalculation for the PageRenderer.Related Issues
Expensify/App#55941
Manual Tests
Screen.Recording.2025-02-13.at.13.48.45.mp4
Linked PRs