Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit abc959a

Browse files
committed
Avoiding storeSubscription from being passed down as props to Fieldset. Fixes #750
1 parent 726dae6 commit abc959a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/fieldset-component.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const propTypes = {
1414
dispatch: PropTypes.func,
1515
getState: PropTypes.func,
1616
}),
17+
storeSubscription: PropTypes.any,
1718
};
1819

1920
class Fieldset extends Component {

0 commit comments

Comments
 (0)