react-native-community / rn-diff-purge

Easier React Native upgrades by clearly exposing changes from a version to another. :rocket: And what better way than to purge, init, then diff? Spoiler: there's no better way. 😎
https://react-native-community.github.io/upgrade-helper
MIT License
1.26k stars 76 forks source link

Get 404 not found when using Upgrade Helper #53

Closed tonsnoei closed 1 year ago

tonsnoei commented 2 years ago

Go to: https://react-native-community.github.io/upgrade-helper/?from=0.63.4&to=0.66.2 Press: View File Result: 404 not found 2021-11-17_15-47-39

2021-11-17_15-49-05

pvinis commented 2 years ago

seems like the issue is fixed in https://github.com/ecomfe/gitdiff-parser/pull/25/files, which is a dep of a dep.

you can find the right file by changing the url from ../DiffApp/.. to ../RnDiffApp/...