We need this to safely extract the current event listeners from the props. Unfortunately, we are still not safe to use the return pointer since it may not point to the current tree when the Fiber is reused. So this is not fully done yet.
We need this to safely extract the current event listeners from the props. Unfortunately, we are still not safe to use the return pointer since it may not point to the current tree when the Fiber is reused. So this is not fully done yet.