Closed Mil4n0r closed 9 months ago
One last comment, the code is unformatted. Can you please install the code formatter we use in Halstack in your Visual Studio Code IDE?
Name: Prettier - Code formatter Id: esbenp.prettier-vscode Description: Code formatter using prettier Version: 10.1.0 Publisher: Prettier VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode
Thanks for the detailed review Iván! I just added the requested changes 😄
Great job Enrique, this was a tough one!
Checklist
/lib
directory./website
as needed.Description Removed ts-nocheck and fixed the problems related to it. Also typed all the methods and variables.
Additional context A few small changes to logic were made in order to allow a better readibility and, overall, cleaner code. Also removed redundant types (SingleSelect and MultipleSelect could be merged into one type).
Closes #1555