Files
headlessui/packages/playground-react/next.config.js
T
Robin Malfait 99cdf91631 Implement new virtual API for the Combobox component (#2779)
* 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
2023-10-02 11:55:20 +02:00

7 lines
97 B
JavaScript

module.exports = {
reactStrictMode: false,
devIndicators: {
autoPrerender: false,
},
}