You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: