Skip to content

Commit

Permalink
Merge pull request toggle-corp#757 from toggle-corp/fix/list-default-…
Browse files Browse the repository at this point in the history
…import

Add default export back to List
  • Loading branch information
tnagorra authored Apr 14, 2021
2 parents 240b1c1 + 7b802ec commit c80b42c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v2/View/List/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ function List<D, P, K extends OptionKey, GP, GK extends OptionKey>(
);
}

export default List;

List.defaultProps = {
data: [],
};

0 comments on commit c80b42c

Please sign in to comment.