Skip to content

Commit

Permalink
Remove unnecessary prop
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bert committed Aug 12, 2024
1 parent 1da3935 commit 4d8db40
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,6 @@ export function createAnimatedComponent(
<Component
nativeID={nativeID}
{...filteredProps}
jestAnimatedStyle={this.jestAnimatedStyle}
jestInlineStyle={this.props.style}
// Casting is used here, because ref can be null - in that case it cannot be assigned to HTMLElement.
// After spending some time trying to figure out what to do with this problem, we decided to leave it this way
Expand Down

0 comments on commit 4d8db40

Please sign in to comment.