Skip to content

Commit

Permalink
fix: revert accidently remove native props settter
Browse files Browse the repository at this point in the history
  • Loading branch information
azimgd committed May 17, 2024
1 parent 7b99326 commit 70abec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const ShadowListContainerWrapper = (

return (
<ShadowListContainerNativeComponent
{...props}
ref={instanceRef}
hasListHeaderComponent={!!props.ListHeaderComponent}
hasListFooterComponent={!!props.ListFooterComponent}
Expand Down

0 comments on commit 70abec6

Please sign in to comment.