React 高階組件經過 ref 獲取實例

<HocComponent ref={(ref) => { this.searchPage = ref; }} wrappedComponentRef={(ref) => { this.searchPageRef = ref; }} /> 複製代碼 ref 獲取高階組件實例 wrappedComponent自己傳遞的實例 轉載於:http
相關文章
相關標籤/搜索