99cdf91631
* add `(Vue)` or `(React)` to playground header * show amount of items in virtualized example * improve calculating the active index * disable strict mode * update virtualized playground examples with preferred API * optimize `calculateActiveIndex` * implement new `virtual` API * update changelog
7 lines
97 B
JavaScript
7 lines
97 B
JavaScript
module.exports = {
|
|
reactStrictMode: false,
|
|
devIndicators: {
|
|
autoPrerender: false,
|
|
},
|
|
}
|