Npm registry version differs from github release
See original GitHub issueOverview of the problem
I’m using react-rnd version [10.1.9] (see npm)
My browser is: Chrome (electron)
Steps to Reproduce
yarn add react-rnd- Version in
package.jsonwill be10.1.9
Expected behavior
Version to be consistent with github releases (10.1.8 or 9.1.1)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Working with the npm registry - GitHub Docs
You can configure npm to publish packages to GitHub Packages and to use packages stored on GitHub Packages as dependencies in an npm...
Read more >Working with the npm registry - GitHub Enterprise Server 3.3 ...
Working with the npm registry - GitHub Enterprise Server 3.3 Docs. This version of GitHub Enterprise will be discontinued on 2023-01-18. No patch...
Read more >How to publish on two different registry · Issue #69 - GitHub
A given version can be on one registry but not on the other; The same version can be release on each registry with...
Read more >Working with the npm registry - GitHub AE Docs
You can configure npm to publish packages to GitHub Packages and to use packages stored on GitHub Packages as dependencies in an npm...
Read more >Publishing Node.js packages - GitHub Docs
Publishing packages to the npm registry. Each time you create a new release, you can trigger a workflow to publish your package. The...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thank you very much @NeroVanbiervliet. Because of your reproduction I was able to verify that
react-draggable@4.4.0fixes the original issue, and discovered another bundling issue that is fixed in4.4.1.@bokuweb thanks for your patience with me, I had a hare-brained idea to modernize the builds I was shipping to support umd, cjs, and modules - an exercise in futility to handle well, with the costs far outweighing the benefits. Most of that work is deleted in
4.4.1, and the only exposed build is ES5-compliant, unminified, CJS source.Hi - if any of you can recreate this error in React-Draggable 4.3.1 we’d be very happy to find out how you did it. There is no appreciable difference we can find in the bundling between 4.2.0 and 4.3.1, but many users are reporting this with no reproduction.
If someone could post a reproduction, we can get it fixed quickly.