Skip to content

Commit

Permalink
Empty state fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-remitly committed Jan 28, 2025
1 parent a799f04 commit 3a2fcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FlashList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class FlashList<T> extends React.PureComponent<
).toString();
}
return {
data: null,
data: [],
layoutProvider: null!!,
dataProvider: new DataProvider((r1, r2) => {
return r1 !== r2;
Expand Down

0 comments on commit 3a2fcdc

Please sign in to comment.