Jordan
Jordan
### Description Libraries are loaded in the API Provider in a for loop and then on resolution of each library set into state. This causes lots of re-renders of all...
## 🐛 Bug Report In cli.js there is a snippet of code like  Globally catching all errors and outputting a string of text like `Config file does not exist...`...
**Describe the bug** Tree-shaking does not work as expected when using validator.js with modern bundlers (esbuild, webpack, etc). Even when only a single function `isEmail` is imported, the entire library...
Fixes: #2587 Modifies the exports inside index.js so that instead of importing all the code into the file and exporting it as a single object it just exports the functions...