Skip to content

Commit

Permalink
exclude maxSize prop from component render
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancahill committed Apr 9, 2021
1 parent ba8bcda commit e7804ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-split/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class SplitWrapper extends React.Component {
} = prevProps

const otherProps = [
'maxSize',
'expandToMin',
'gutterSize',
'gutterAlign',
Expand Down Expand Up @@ -107,6 +108,7 @@ class SplitWrapper extends React.Component {
const {
sizes,
minSize,
maxSize,
expandToMin,
gutterSize,
gutterAlign,
Expand Down

0 comments on commit e7804ec

Please sign in to comment.