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
Can you please provide a sample of the compiled output code? JSX is essentially a templating language and there are various transpilers which output completely different results.
for example:
const a = {b: 1, c:
<span>dom</span>
}const clone = klona(a);
...
error info: var k, tmp, str=Object.prototype.toString.call(x); // Maximum call stack size exceeded
The text was updated successfully, but these errors were encountered: