Max Synnott
Max Synnott
Some package's purposes are now solved by the standard javascript libraries and supported by all modern browsers. Examples include: just-entries (replaced by [Object.entries](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/entries)) just-values (replaced by [Object.values](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_objects/Object/values)) just-left-pad (replaced by...
### NextUI Version 2.4.8 ### Describe the bug If you provide the DatePicker component with a minValue that is larger/later than maxValue it will crash with a React Too many...