-
Notifications
You must be signed in to change notification settings - Fork 10
Description
When I deploy the client side project connecting the provided public asblock collab server.
After clicking the "add" icon below. The page goes blank and console shows that
Uncaught TypeError: Illegal invocation
at Object.add (index.js:124:4)
at index.ts:52:14
at commitHookEffectListMount (react-dom.development.js:19731:26)
at commitPassiveHookEffects (react-dom.development.js:19769:11)
at HTMLUnknownElement.callCallback (react-dom.development.js:188:14)
at Object.invokeGuardedCallbackDev (react-dom.development.js:237:16)
at invokeGuardedCallback (react-dom.development.js:292:31)
at flushPassiveEffectsImpl (react-dom.development.js:22853:9)
at unstable_runWithPriority (scheduler.development.js:653:12)
at runWithPriority$1 (react-dom.development.js:11039:10)

What wired is when I debug here and run this line of code in console it does not throw out error...