You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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.
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
changed the title
Infinite recursion
🐛 [Maximum call stack size exceeded] Infinite recursion
Nov 15, 2024
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
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.
The text was updated successfully, but these errors were encountered: