strapi-plugin-graphs-builder icon indicating copy to clipboard operation
strapi-plugin-graphs-builder copied to clipboard

Error: destroy is not a function

Open mbrain-io opened this issue 2 years ago • 2 comments

Hi there, when I try to create a graph I get:

destroy is not a function
TypeError: destroy is not a function
    at safelyCallDestroy (http://localhost:8000/admin/main.bundle.js:76476:5)
    at commitHookEffectListUnmount (http://localhost:8000/admin/main.bundle.js:76644:11)
    at commitPassiveUnmountInsideDeletedTreeOnFiber (http://localhost:8000/admin/main.bundle.js:78642:11)
    at commitPassiveUnmountEffectsInsideOfDeletedTree_begin (http://localhost:8000/admin/main.bundle.js:78592:5)
    at commitPassiveUnmountEffects_begin (http://localhost:8000/admin/main.bundle.js:78500:11)
    at commitPassiveUnmountEffects (http://localhost:8000/admin/main.bundle.js:78485:3)
    at flushPassiveEffectsImpl (http://localhost:8000/admin/main.bundle.js:80582:3)
    at flushPassiveEffects (http://localhost:8000/admin/main.bundle.js:80528:14)
    at commitRootImpl (http://localhost:8000/admin/main.bundle.js:80479:5)
    at commitRoot (http://localhost:8000/admin/main.bundle.js:80226:5)

mbrain-io avatar Nov 10 '23 17:11 mbrain-io

Which Strapi version are you using?

surgeharb avatar Nov 18 '23 18:11 surgeharb

@surgeharb v4.14.6

mbrain-io avatar Nov 18 '23 21:11 mbrain-io