react-form-builder icon indicating copy to clipboard operation
react-form-builder copied to clipboard

Dependency Issue wiith react 15

Open arunlals opened this issue 9 years ago • 0 comments

While trying to integrate with my project which is running on [email protected], I'm getting the following error.

app.js:13756 Uncaught TypeError: Cannot read property '__reactInternalInstance$44ks93n89515430gg5qry919k9' of null


function getClosestInstanceFromNode(node) { if (node[internalInstanceKey]) { return node[internalInstanceKey]; }

This gives the error.

npm ls react showing as

[email protected] C:\wamp64\www\spiraldesk\spiraldesk_client_theme
+-- UNMET PEER DEPENDENCY [email protected]
+-- UNMET PEER DEPENDENCY [email protected]
`-- [email protected]
  +-- UNMET PEER DEPENDENCY jquery@
  +-- UNMET PEER DEPENDENCY jsdom@*
  `-- [email protected]
    `-- [email protected]

I think 2 react instances causing the issue.

arunlals avatar Aug 22 '16 08:08 arunlals