[DevTools] remove script tag immediately (#26233)
Fixes https://github.com/facebook/react/issues/25924 for React DevTools specifically. ## Summary If we remove the script after it's loaded, it creates a race condition with other code. If some other code is searching for the first script tag or first element of the document, this might broke it. ## How did you test this change? I've tested in my local build that even if we remove the script tag immediately, the code is still correctly executed.
M
Mengdi Chen committed
564166099b5f46dd33f3356b01a72c0314103a18
Parent: a8f971b
Committed by GitHub <noreply@github.com>
on 2/24/2023, 8:13:05 PM