-
-
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
When using vite and resizing from other than right and bottom - the element is shaking weirdly #945
Comments
Looks like this is a problem in the re-resizable lib, react-rnb using it. |
I am having the same problem. Has a solution been found yet? |
@iongion Thanks for your report. I'll do some investigation. |
I also have this problem, have you found any solution? @iongion @juanhobello @bokuweb |
@apracode I am sorry, I am just putting up with it for now as the project I am using it into has a lot of other things to be done. I hope I can return at a certain moment and dig deeper. If it is a bundler issue, might be a css issue or some dead code elimination ... needs investigation. |
I found downgrading to 10.1.10 fixed that wobble effect. Completely accidental discovery - the demos and examples I could find online that covered what I was looking for were using that version, and it worked. Newer versions have the wobble. |
I confirm. Downgrading to |
The latest version which works without this bug is: @bokuweb This bug is reproducible on version 10.4.5 but with 10.4.4 everything works fine. So bug occurred on version 10.4.5. |
@valerii15298 Thanks. |
@iongion @valerii15298 @steviant @apracode @juanhobello @vadimkhrapov We have fixed the issue. This problem occurred in versions 10.4.5 and later, regardless of Vite. Please use version 10.4.12. If the issue recurs, please reopen the ticket. |
Overview of the problem
I'm using react-rnd version [10.4.11]
My browser is: Any browser
I am sure this issue is not a duplicate? YES
Reproduced project
Description
When the bundler is
vite
https://vitejs.dev/When the bundler is
react-scripts
https://www.npmjs.com/package/react-scriptsSteps to Reproduce
In 1 is wrong, in 2 is correct
Expected behavior
Not to have that shaking effect when resized from left or top even when using vite bundler
Actual behavior
Strange shaking / wobbling when resizing
The text was updated successfully, but these errors were encountered: