We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary:
If your Draggable contains an image then you can experience 'flashing' when:
Draggable
(or any other time the Draggable element is recreated). This is normal browser behaviour and is not caused by react-beautiful-dnd.
react-beautiful-dnd
This can cause a flash:
<img src="/path/to/my/image.jpg />
The issue is that the server makes a request to this image which can take a bit of time to resolve.
To get around this you can
The text was updated successfully, but these errors were encountered:
#1317
Sorry, something went wrong.
This has shipped in #1487. See our new guide
No branches or pull requests
Summary:
If your
Draggable
contains an image then you can experience 'flashing' when:Draggable
into a portalDraggable
a clone Virtual list support #1293Draggable
into a new list(or any other time the
Draggable
element is recreated). This is normal browser behaviour and is not caused byreact-beautiful-dnd
.This can cause a flash:
The issue is that the server makes a request to this image which can take a bit of time to resolve.
To get around this you can
The text was updated successfully, but these errors were encountered: