react-native-community / upgrade-helper

⚛️ A web tool to support React Native developers in upgrading their apps.
https://react-native-community.github.io/upgrade-helper
MIT License
3.67k stars 112 forks source link

'View File' redirects to broken URL #279

Closed yfunk closed 3 years ago

yfunk commented 3 years ago

Bug

Pressing the 'View file' button on any file in the Upgrade Helper redirects to a broken URL (e.g. https://github.com/undefined/raw/release/0.63.4/RnDiffApp/package.json).

This bug seems to have been introduced very recently, because I remember it working a day ago.

React Native versions

Any two versions (e.g. 0.63.4 to 0.64.2)

Steps to reproduce

Describe what you expected to happen:

lucasbento commented 3 years ago

Thanks for reporting @yfunk, this was introduced by #273, #280 should fix it.

lucasbento commented 3 years ago

All good now.

Again, thanks for reporting @yfunk!

yfunk commented 3 years ago

All good now.

Again, thanks for reporting @yfunk!

No problem, thanks for the extremely fast fix 😄