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
Using arktype with sass an error occurs Maximum call stack size exceeded
Sass add properties to the global Function, which causes an infinite loop in the method deepFreeze(Function)
I understand that the problem is on the sass, but I think it is unlikely that something will change in the package in the near future. Is there any way to fix this on your side?
Report a bug
Using arktype with sass an error occurs
Maximum call stack size exceeded
Sass add properties to the global Function, which causes an infinite loop in the method deepFreeze(Function)
I understand that the problem is on the sass, but I think it is unlikely that something will change in the package in the near future. Is there any way to fix this on your side?
🔎 Search Terms
deepFreeze
Function
🧩 Context
🧑💻 Repro
https://stackblitz.com/edit/stackblitz-starters-uicmza?file=index.js
The text was updated successfully, but these errors were encountered: