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

🐛 [Maximum call stack size exceeded] Infinite recursion #224

Open
VitalWind opened this issue Sep 24, 2024 · 2 comments
Open

🐛 [Maximum call stack size exceeded] Infinite recursion #224

VitalWind opened this issue Sep 24, 2024 · 2 comments

Comments

@VitalWind
Copy link

Hi,

I'm getting an infinite recursion error in the console:
Firefox (Linux): InternalError: too much recursion
Figma App (Windows): RangeError: Maximum call stack size exceeded

VM248:266 Uncaught (in promise) RangeError: Maximum call stack size exceeded
    at Nl.fn (<anonymous>:266:85649)
    at $rn (<anonymous>:136:38377)
    at k.Ca (<anonymous>:266:71387)
    at gn (<anonymous>:136:25031)
    at k.lb (<anonymous>:266:68298)
    at _n (<anonymous>:136:25519)
    at Fx (<anonymous>:136:39163)
    at ae (<anonymous>:136:44063)
    at Ru (<anonymous>:136:56513)
    at m_n (<anonymous>:238:30037)

I found the object where this happens and placed it in a separate mini-project for demonstration:
https://www.figma.com/design/NqAnIN66ktlNBc8fjgDXRb/test-ellipse

Infinitely on Ellipse 6:

Is there anything we can do about it? There are many such elements in the project.

@jordisala1991
Copy link
Collaborator

We have found that the problem comes from having the figures inside the intersection rotated and with corner radius. If you remove the rotation, it should work.

We are still investigating the issue, because it does not come from code we can change here, but from penpot directly. We will let you know when the issue is fixed.

@mrquokka
Copy link

We have found that the problem comes from having the figures inside the intersection rotated and with corner radius. If you remove the rotation, it should work.

We are still investigating the issue, because it does not come from code we can change here, but from penpot directly. We will let you know when the issue is fixed.

Hi, doesn't have fixed at last release (28 oct)?

@Cenadros Cenadros changed the title Infinite recursion 🐛 [Maximum call stack size exceeded] Infinite recursion Nov 15, 2024
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

3 participants