-
-
Notifications
You must be signed in to change notification settings - Fork 331
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
Npm registry version differs from github release #690
Comments
As a side node, version |
@NeroVanbiervliet Thanks for your report :) Could you please provide reproduced project in codesandbox? It seems that 10.1.9 works following sample. |
I cannot reproduce it in codesandbox. In our project, it works fine in development using
Switching to |
@NeroVanbiervliet I guess react-draggable cause this error. react-grid-layout/react-draggable#476 I'll downgrade react-draggable for now. |
Downgrade react-draggable for now |
Confirmed fixed :) Thanks a lot! |
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. |
@NeroVanbiervliet @MBaert Do you have any information about this? |
I created a fork of an electron boilerplate to demonstrate the issue here. In my only commit I added Reproduction steps
As stated above the error only occurs after bundling, not in dev mode. |
Thank you very much @NeroVanbiervliet. Because of your reproduction I was able to verify that @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 |
Overview 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
package.json
will be10.1.9
Expected behavior
Version to be consistent with github releases (
10.1.8
or9.1.1
)The text was updated successfully, but these errors were encountered: