You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file capitalize.js may cause problems in some projects, because the imports, exports, and function names are misspelled. For instance, in utils/index.js the import is misspelled as "captialize" in both the module and path of the import.
The function in capitalize.js is misspelled, and input-range.js has it misspelled in the import. I was going to submit a pull request to fix this, because I thought it was just one file but then I found a few more places that need to be fixed and unfortunately that's a bit more than I can submit atm. But the list in this issue should have all of the needed fixes.
The text was updated successfully, but these errors were encountered:
The file capitalize.js may cause problems in some projects, because the imports, exports, and function names are misspelled. For instance, in utils/index.js the import is misspelled as "captialize" in both the module and path of the import.
The function in capitalize.js is misspelled, and input-range.js has it misspelled in the import. I was going to submit a pull request to fix this, because I thought it was just one file but then I found a few more places that need to be fixed and unfortunately that's a bit more than I can submit atm. But the list in this issue should have all of the needed fixes.
The text was updated successfully, but these errors were encountered: