You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: Remove ObjC categories so we can strip dead code
Reviewed By: cuva
Differential Revision: D14683303
fbshipit-source-id: 022ef7de7e8be70559221acbf3c81cdf7ad0c6a3
The view is used to find out where to start looking in the component responder chain.
36
36
37
37
The forwarder will call [CKMountedComponentForView(view) targetForAction: withSender:] to proxy to the responder chain, so this needs to be accurate when you mount/unmount.
0 commit comments