aidenybai / aidenybai/react-grab

RangeError: Maximum call stack size exceeded in index.global.js

Offen
#633 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
TypeScript
Sterne
7.6k
Forks
340
Ø Merge
5 Std. 12 Min.
Gemergte PRs (30 T.)
6

Beschreibung

## Description

`react-grab` can hit a stack overflow at runtime with the following error:

```text
RangeError: Maximum call stack size exceeded
at mf (app:///react-grab/dist/index.global.js:22:2648)
at Mf (app:///react-grab/dist/index.global.js:22:6184)
at Mf (app:///react-grab/dist/index.global.js:22:6071)
at Mf (app:///react-grab/dist/index.global.js:22:6071)
at Mf (app:///react-grab/dist/index.global.js:22:6071)
...
(45 additional frame(s) were not displayed)
```

The repeated `Mf` frames suggest an unbounded recursive call or traversal inside the bundled runtime.

## Expected behavior

`react-grab` should not recurse indefinitely or exhaust the JavaScript call stack during normal use.

## Actual behavior

Execution fails with `RangeError: Maximum call stack size exceeded` inside `react-grab/dist/index.global.js`.

## Additional context

I do not yet have a minimal reproduction. If useful, I can provide more details about the React tree / interaction that triggers it.

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.