Skip to content

Commit

Permalink
Merge branch 'prepare-for-react-dart-v7' into react-dart-null-safety-…
Browse files Browse the repository at this point in the history
…test/over_react-v4
  • Loading branch information
greglittlefield-wf committed Oct 9, 2023
2 parents 3905b6e + ab42a4d commit 4ed768b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/over_react_redux/over_react_redux.dart
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ class ReactJsReactReduxComponentFactoryProxy extends ReactJsContextComponentFact
}) : super(jsClass, isProvider: isProvider, isConsumer: isConsumer, shouldConvertDomProps: shouldConvertDomProps);

@override
ReactElement build(Map props, [List childrenArgs]) {
ReactElement build(Map props, [List childrenArgs = const []]) {
return super.build(_generateReduxJsProps(props), childrenArgs);
}

Expand Down

0 comments on commit 4ed768b

Please sign in to comment.