ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

fix: replace push with concat

Open cc-hearts opened this issue 8 months ago • 1 comments

resolve #7634

using the extension operator (...) When using the extension operator (...), the element is stored in stack memory.

related: https://stackoverflow.com/questions/61740599/rangeerror-maximum-call-stack-size-exceeded-with-array-push

cc-hearts avatar Jun 12 '24 14:06 cc-hearts