I am using react-beautiful-dnd
to drag and drop different parts of my application.
Some parts however use an iframe with a third party application widget in.
When I drag these they re-render the entire iframe which I don't want to happen, is there a way to stop this?
See example of this happening.
https://codesandbox.io/s/cool-ganguly-n11sc?file=/src/App.js