sanghyeon

Results 3 comments of sanghyeon

this way worked for me. ```tsx function NextImageComponent(props: ImageProps) { return ( ); } function NotionContainer() { return ( ); } ```

I solved it with a little code modification. filetreeUtils.js ```js function assignNested(obj, keyPath, value) { lastKeyIndex = keyPath.length - 1; for (var i = 0; i < lastKeyIndex; ++i) {...

I too am sad that the checkbox option is gone. so I inserted the script below to turn off this feature. ```js window.__REACT_DEVTOOLS_GLOBAL_HOOK__.reactDevtoolsAgent.getComponentNameForHostInstance = function() { return null; }; ```...