From df67fa10f01a72a5a32b7da2195ba8b957bf8c9a Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 31 Oct 2023 13:16:57 +0100 Subject: [PATCH] fix(youtube-embed): each child in a list should have a unique "key" prop (#57579) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi, I added a key in the map iteration of scripts in Youtube Embed. I use the index as a key but maybe there are a better solution about this like script.url + index 🤔 There isn't open related issues with this PR as this moment. ```js {scripts?.map((script, index) => (