Open mezhanglei opened 2 years ago
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
<span>dom</span>
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