-
Notifications
You must be signed in to change notification settings - Fork 47.3k
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
Revert "Build: use content hash for facebook-react-native build" #27584
Conversation
…)" This reverts commit 51ffd35.
Comparing: 51ffd35...0acd3c6 Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: (No significant changes) |
I've noticed a change in the behavior of the fitBounds function in Leaflet, particularly when using the padding option. This change seems to have occurred since the RC1 release. In earlier versions, such as 0.7.5, the padding worked differently, but in newer versions like 1.0.0-rc.1, the padding appears to be much larger, causing the map to zoom out significantly. I've also observed this issue when applying the padding to layers containing SVG polygons. Even with very small points, like L.point(0.001, 0.001), the map still zooms out excessively. This seems like a regression in the fitBounds function, especially from RC1 onward. To address this issue, I would recommend reporting it to the Leaflet project's issue tracker or community forums, as it appears to be an unintended behavior or bug in the library. |
React upstream changes: - facebook/react#27594 - facebook/react#27584
React upstream changes: - facebook/react#27594 - facebook/react#27584 Co-authored-by: Jiachi Liu <[email protected]>
…ebook#27584) Reverts facebook#27577. We also sync React Native OSS bundles which means this didn't work as hoped unless we abandon the commit hash in OSS which seems useful.
Reverts #27577.
We also sync React Native OSS bundles which means this didn't work as hoped unless we abandon the commit hash in OSS which seems useful.