当ref回调参数为NULL时为何?

时间:2018-04-29 13:52:31

标签: reactjs

在某些组件中,当我使用ref回调来接收组件的ref时,回调的参数为null。何时以及在什么情况下参数将为null?

1 个答案:

答案 0 :(得分:2)

<块引用>

React 会在调用 DOM 元素时调用 ref 回调 组件挂载,并在卸载时使用 null 调用它

https://reactjs.org/docs/refs-and-the-dom.html#callback-refs