mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-25 15:42:24 +00:00
[fix] forwarding of refs and props
Fixes a performance regression in prop forwarding by reintroducing prop filtering. Fixes ref forwarding to host components, mutating the host node to add imperative APIs.
This commit is contained in:
@@ -23,7 +23,6 @@ Please also refer to the in-depth "Accessibility" and "Style" guides.
|
||||
| accessibilityValue | ?Object | |
|
||||
| accessible | ?boolean | |
|
||||
| children | ?any | |
|
||||
| forwardedRef | ?Ref | |
|
||||
| hitSlop | ?Object | |
|
||||
| importantForAccessibility | ?string | |
|
||||
| nativeID | ?string | |
|
||||
|
||||
Reference in New Issue
Block a user