File tree 3 files changed +5
-5
lines changed
virtualized-infinite-scrolling/src
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ function App() {
93
93
{ process . env . NODE_ENV === 'development' ? (
94
94
< p >
95
95
< strong > Notice:</ strong > You are currently running React in
96
- development mode. Virtualized rendering performance will be slightly degraded
97
- until this application is built for production.
96
+ development mode. Virtualized rendering performance will be slightly
97
+ degraded until this application is built for production.
98
98
</ p >
99
99
) : null }
100
100
< div > ({ columns . length . toLocaleString ( ) } columns)</ div >
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export const fetchData = async (
78
78
}
79
79
80
80
//simulate a backend api
81
- await new Promise ( ( resolve ) => setTimeout ( resolve , 200 ) )
81
+ await new Promise ( resolve => setTimeout ( resolve , 200 ) )
82
82
83
83
return {
84
84
data : dbData . slice ( start , start + size ) ,
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ function App() {
99
99
{ process . env . NODE_ENV === 'development' ? (
100
100
< p >
101
101
< strong > Notice:</ strong > You are currently running React in
102
- development mode. Virtualized rendering performance will be slightly degraded
103
- until this application is built for production.
102
+ development mode. Virtualized rendering performance will be slightly
103
+ degraded until this application is built for production.
104
104
</ p >
105
105
) : null }
106
106
({ data . length } rows)
You can’t perform that action at this time.
0 commit comments