diff --git a/v2/View/List/index.tsx b/v2/View/List/index.tsx index ac415a4c8..9b564f43f 100644 --- a/v2/View/List/index.tsx +++ b/v2/View/List/index.tsx @@ -157,6 +157,8 @@ function List( ); } +export default List; + List.defaultProps = { data: [], };