标签: reactjs
在某些组件中,当我使用ref回调来接收组件的ref时,回调的参数为null。何时以及在什么情况下参数将为null?
答案 0 :(得分:2)
React 会在调用 DOM 元素时调用 ref 回调 组件挂载,并在卸载时使用 null 调用它。
null
https://reactjs.org/docs/refs-and-the-dom.html#callback-refs