jddxf
jddxf
太强了!但代码是不是应该这么写 ```diff -console.log(boundFn.hasOwnProperty(boundFn, 'prototype')); +console.log(boundFn.hasOwnProperty('prototype')); ```
Does https://github.com/facebook/react/issues/18066 help?
Did you open it in standalone [app](https://qg096.csb.app/) view? In my test, there was almost no leak. 
@Regaddi I can see leaks without React too: https://codesandbox.io/s/ixz0g You could fix the problem by clearing `srcObject` when removing the video element. It's actually an issue of chromium: https://bugs.chromium.org/p/chromium/issues/detail?id=969049#c48
For those who’re loading `monaco-editor` from a custom path like below: ```js import { loader } from '@monaco-editor/react'; // you can change the source of the monaco files loader.config({ paths:...