Skip to content

Commit c68f080

Browse files
authored
Fix bad merge
1 parent 1447a00 commit c68f080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParsedText.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class ParsedText extends React.Component {
6969
key={`parsedText-${index}`}
7070
style={[parentStyle, style]}
7171
{...this.props.childrenProps}
72-
{...props}
72+
{...remainder}
7373
/>
7474
);
7575
});

0 commit comments

Comments
 (0)