File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ export function filterAndFlattenComponents(components) {
7676 * @param {Function } [data.filter] - filtering function
7777 * @return {Promise }
7878 */
79- export function loadAsyncConnect ( { components, filter = ( ) => true , ...rest } ) {
79+ export function loadAsyncConnect ( { components = [ ] , filter = ( ) => true , ...rest } ) {
8080 const flattened = filterAndFlattenComponents ( components ) ;
8181
8282 if ( flattened . length === 0 ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " redux-connect" ,
3- "version" : " 2.4.0 " ,
3+ "version" : " 2.4.1 " ,
44 "description" : " It allows you to request async data, store them in redux state and connect them to your react component." ,
55 "main" : " lib/index.js" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments