Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throw Illegal invocation on requestIdleCallback( runWaitingList ) #72

Open
jackeyli opened this issue Feb 24, 2022 · 0 comments
Open

Throw Illegal invocation on requestIdleCallback( runWaitingList ) #72

jackeyli opened this issue Feb 24, 2022 · 0 comments

Comments

@jackeyli
Copy link

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)
image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant