Spring Guides
Spring Guides
I have the same problem and deleting two files graxpert.log & preferences.json solved the problem. Thanks! Just a tip to add. After you deleted preferences.json and restarted GraXpert, you have...
I have the same issue and I have tried using nodeRef according to the sample code at https://stackoverflow.com/questions/63603902/finddomnode-is-deprecated-in-strictmode-finddomnode-was-passed-an-instance-of-d. After updating the code using nodeRef, when I drag my component, it...
There is another component where I implement sortable elements with dnd-kit (https://dndkit.com/). This component is not resizable, though. But at least dnd-kit does not have the "findDOMNode is deprecated" issue....
Yes, adding offsetParent={document.body} to solved my problem, as well! Thanks!!