-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
runpkg appears to have some issues with a non-standard version like x.x.x-beta.x
.
Reproduction
- Navigate to: https://runpkg.com/?fast-deep-equal@3.0.0-beta.1/es6/index.js
- View right pane for dependencies information.
- Expected: Get some dependencies info.
- Actual: Get a spinny wheel that's stuck.
The spinny wheel is stuck because of errors like:
GET https://unpkg.com/fast-deep-equal@3.0.0/package.json 404
| fetchPkg | @ | recursiveDependencyFetch.js:59
| recursiveDependantsFetch | @ | recursiveDependencyFetch.js:96
| async function (async) | |
| recursiveDependantsFetch | @ | recursiveDependencyFetch.js:95
| default | @ | recursiveDependencyFetch.js:146
| (anonymous) | @ | Aside.js:51
| Qb | @ | react-dom.js:3260
| si | @ | react-dom.js:3814
| Q | @ | react.js:86
| ta | @ | react.js:144
| e.port1.onmessage | @ | react.js:508
So the issue appears to be that https://unpkg.com/fast-deep-equal@3.0.0/package.json
is fetched under the hood instead of the non-404-ing https://unpkg.com/fast-deep-equal@3.0.0-beta.1/package.json
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working