So, you have been using Object.assign to create copies of your objects right? Here’s a warning for you. Object.assign does not perform a deep copy.
Continue reading “The limits of Object.assign()”Starknet Developer Advocate @ StarkWare
So, you have been using Object.assign to create copies of your objects right? Here’s a warning for you. Object.assign does not perform a deep copy.
Continue reading “The limits of Object.assign()”