question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Tooltip] "React Developer Tools" Google Chrome Extension throws a maximum call stack error

See original GitHub issue

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Steps to reproduce 🕹

Link to live example:

Steps:

  1. Copy-Paste from Docs Component ToolTip

Current behavior 😯

image image

Expected behavior 🤔

No response

Context 🔦

I already made a post in StackOverflow about the problem. The error happens with AutoComplete and Select too. The code is a copy-paste from the docs. https://stackoverflow.com/questions/74601304/maximum-call-stack-size-exceeded-with-select-autocomplete-componentsStackOverflow

Your environment 🌎

npx @mui/envinfo
  System:
    OS: Windows 10 10.0.19044
  Binaries:
    Node: 16.11.0 - C:\Program Files\nodejs\node.EXE
    Yarn: Not Found
    npm: 8.0.0 - C:\Program Files\nodejs\npm.CMD
  Browsers:
    Chrome: Version 107.0.5304.108 (Official Build) (64-bit)
  npmPackages:
    @emotion/react: ^11.10.5 => 11.10.5
    @emotion/styled: ^11.10.5 => 11.10.5
    @mui/base:  5.0.0-alpha.107
    @mui/core-downloads-tracker:  5.10.15
    @mui/icons-material: ^5.10.15 => 5.10.15
    @mui/material: ^5.10.15 => 5.10.15
    @mui/private-theming:  5.10.15
    @mui/styled-engine:  5.10.14
    @mui/system:  5.10.15
    @mui/types:  7.2.1
    @mui/utils:  5.10.15
    @types/react: ^18.0.25 => 18.0.25
    react: ^18.2.0 => 18.2.0
    react-dom: ^18.2.0 => 18.2.0
    typescript: ^4.9.3 => 4.9.3

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
hbjORbjcommented, Dec 4, 2022

Is this the Google Chrome extension you are referring to? https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en

I also have the extension installed, and I cannot reproduce the errors that you have encountered.

I will close this issue as the cause of your problems is not clear. Once you find the cause of the errors, please open a new issue.

0reactions
github-actions[bot]commented, Dec 4, 2022

👋 Thanks for using MUI Core!

We use GitHub issues exclusively as a bug and feature requests tracker, however, this issue appears to be a support request.

For support, please check out https://mui.com/getting-started/support/. Thanks!

If you have a question on Stack Overflow, you are welcome to link to it here, it might help others. If your issue is subsequently confirmed as a bug, and the report follows the issue template, it can be reopened.

Read more comments on GitHub >

github_iconTop Results From Across the Web

React, Uncaught RangeError: Maximum call stack size ...
The problem is you are calling setState from inside your render function. State changes should only happen as a result of something ...
Read more >
Bug: Maximum call stack size exceeded (React Devtools ...
The bottom line is that the profiler becomes unresponsive after any interaction with a heavily loaded react page. React version: React: 17.0.2 ...
Read more >
RangeError: Maximum call stack size exceeded - Educative.io
In this shot, we will see how to fix the “RangeError: Maximum call stack size exceeded” error. ... The most common source for...
Read more >
Chrome Update caused : Maximum call stack size exceeded.
Dears,. according to last update on google chrome browser we got the below error on our production. Uncaught RangeError: Maximum call stack size...
Read more >
Visualization: Area Chart - Google Developers
By default, the area chart draws the series on top of one another. You can stack them atop one another instead, so that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found