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

[BUG] - TypeError: a[qt(...)][s.backgroundColor] is not a function #290

Open
Forge36 opened this issue Apr 23, 2023 · 1 comment
Open

[BUG] - TypeError: a[qt(...)][s.backgroundColor] is not a function #290

Forge36 opened this issue Apr 23, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Forge36
Copy link

Forge36 commented Apr 23, 2023

Describe the bug
A clear and concise description of what the bug is.

Application error: a client-side exception has occurred (see the browser console for more information).
Top of stack (remainder at bottom)

TypeError: a[qt(...)][s.backgroundColor] is not a function
at node (index-f97770bc257e872f8c86.js:1:106141)

To Reproduce
Which specific things did you do which lead to said bug? E.g. what did you click, which commands did you call, etc.

  1. Go to Settings
  2. Expand "visual"
  3. Expand "colors"
  4. Click on "Background"
  5. Pick the red color, pick the upper-left (black?)
  6. Refresh page
  7. See nodes fail to load

Expected behavior
Everything should load without console errors.

Screenshots
image

What browser were you using?
Chrome - 112.0.5615.138 (Official Build) (64-bit)

Additional context

amework-a62d654bd9699da79f2a.js:1 TypeError: a[qt(...)][s.backgroundColor] is not a function
at node (index-f97770bc257e872f8c86.js:1:106141)
at nodeColor (index-f97770bc257e872f8c86.js:1:106161)
at 879-09bfd8a9d59d1f41b6f4.js:1:1145521
at Array.forEach ()
at 879-09bfd8a9d59d1f41b6f4.js:1:1145270
at Function.tickFrame (879-09bfd8a9d59d1f41b6f4.js:1:1145670)
at Object.keys.forEach.o. [as tickFrame] (879-09bfd8a9d59d1f41b6f4.js:1:556634)
at e (879-09bfd8a9d59d1f41b6f4.js:1:1163032)
at Function.init (879-09bfd8a9d59d1f41b6f4.js:1:1163157)
at a (879-09bfd8a9d59d1f41b6f4.js:1:556060)
uu @ framework-a62d654bd9699da79f2a.js:1
main-80dde85f3cea1551bba1.js:1 TypeError: a[qt(...)][s.backgroundColor] is not a function
at node (index-f97770bc257e872f8c86.js:1:106141)
at nodeColor (index-f97770bc257e872f8c86.js:1:106161)
at 879-09bfd8a9d59d1f41b6f4.js:1:1145521
at Array.forEach ()
at 879-09bfd8a9d59d1f41b6f4.js:1:1145270
at Function.tickFrame (879-09bfd8a9d59d1f41b6f4.js:1:1145670)
at Object.keys.forEach.o. [as tickFrame] (879-09bfd8a9d59d1f41b6f4.js:1:556634)
at e (879-09bfd8a9d59d1f41b6f4.js:1:1163032)
at Function.init (879-09bfd8a9d59d1f41b6f4.js:1:1163157)
at a (879-09bfd8a9d59d1f41b6f4.js:1:556060)
le @ main-80dde85f3cea1551bba1.js:1
main-80dde85f3cea1551bba1.js:1 A client-side exception has occurred, see here for more info: https://nextjs.org/docs/messages/client-side-exception-occurred
le @ main-80dde85f3cea1551bba1.js:1
index-f97770bc257e872f8c86.js:1 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'd3Force')
at index-f97770bc257e872f8c86.js:1:102480
at l (main-80dde85f3cea1551bba1.js:1:72073)
at Generator._invoke (main-80dde85f3cea1551bba1.js:1:71861)
at Generator.next (main-80dde85f3cea1551bba1.js:1:72502)
at r (879-09bfd8a9d59d1f41b6f4.js:1:1371690)
at s (879-09bfd8a9d59d1f41b6f4.js:1:1371893)

@Forge36 Forge36 added the bug Something isn't working label Apr 23, 2023
@Forge36
Copy link
Author

Forge36 commented Apr 23, 2023

I'm working around this with: Dev Tools → Application → Storage and clicking "clear site storage"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant