Drag and Drop widget

0
Hi, I am using this drag and drop widget twice in a page  (https://marketplace.mendix.com/link/component/116648) like shown below. However, I am facing error message in 1st widget when I click on 2nd widget or else in 2nd widget when clicks on 1st widget like shown below. Anyone please help me with the solution if possible. Thanks in advance!   ERROR MESSAGE: Cannot read properties of undefined (reading 'id') TypeError: Cannot read properties of undefined (reading 'id')     at http://localhost:8080/widgets/itvisors/mendixreactdnd/MendixReactDnD.js?638024645616617223:9:41271     at Object.useMemo (http://localhost:8080/mxclientsystem/mxui/mxui.js?638024645616617223:39:64908)     at t.useMemo (http://localhost:8080/mxclientsystem/mxui/mxui.js?638024645616617223:57:5740)     at er (http://localhost:8080/widgets/itvisors/mendixreactdnd/MendixReactDnD.js?638024645616617223:9:41000)     at ia (http://localhost:8080/mxclientsystem/mxui/mxui.js?638024645616617223:39:58985)     at $s (http://localhost:8080/mxclientsystem/mxui/mxui.js?638024645616617223:39:111190)     at Sc (http://localhost:8080/mxclientsystem/mxui/mxui.js?638024645616617223:39:98397)     at _c (http://localhost:8080/mxclientsystem/mxui/mxui.js?638024645616617223:39:98325)     at xc (http://localhost:8080/mxclientsystem/mxui/mxui.js?638024645616617223:39:98188)     at fc (http://localhost:8080/mxclientsystem/mxui/mxui.js?638024645616617223:39:95175)
asked
1 answers
1

Did you place two drag/drop widgets on the page? If so, that's not supported. The widget allows you to define multiple containers. There should be only one drag/drop widget on the page. And it does not work well on popup pages.

answered