最佳答案
我在 redux 存储中存储了一个 ref,并使用 mapStateToProps 公开需要访问它的组件的 ref。
存储的 ref 类似于:
ref={node => this.myRefToBePutInReduxGlobalStore = node}
这个参考的正确 protype 是什么?