一起使用TypeScript和React的正確方法是什麼,既然他們已經在15.5版的單獨項目中提取了PropTypes? 從15.4升級到15.5之後,一切都運行正常,除了現在我在控制檯中得到這個警告:"Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package
我的React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. 我想有一個類中的公共方法,因爲我想重新使用該功能在其他方法錯誤,有什麼錯我下面的代碼? com