1
error 'SyntheticUIEvent' is not defined no-undef
handleDocumentKeyUp = (event: SyntheticUIEvent) => {}
我得到這個領域的開源項目之一,我的工作(eslintrc.js),但不是在自己的應用程序代碼,但我無法發現linting安裝中的差異或錯誤。
什麼配置缺失/錯誤,這將使eslint無法找到內置流類型?
嗚呼!我錯過了那一個。 – kross