bokuweb / react-rnd

🖱 A resizable and draggable component for React.
https://bokuweb.github.io/react-rnd/stories
MIT License
3.9k stars 325 forks source link

Unwanted div element is getting appended when resizing #918

Open gab-art777 opened 9 months ago

gab-art777 commented 9 months ago

https://github.com/bokuweb/react-rnd/assets/57190275/d55b9478-1ae3-46c4-8ef2-93fb457d9783

gab-art777 commented 9 months ago

The "unwanted div" is there for a purpose. The thing that I need to be fix is the components that I placed inside the Rnd where everything should be inside a parent component like div or whatever. Also, writing the right style for every component inside Rnd will make things work together.