you-dont-need / You-Dont-Need-Momentjs

List of functions which you can use to replace moment.js + ESLint Plugin
MIT License
13.27k stars 318 forks source link

Fix default export issue w/ `advancedFormat` #100

Closed vfonic closed 3 years ago

vfonic commented 3 years ago

This cost me a bug in my app. :)

It also made me decide to strongly suggest not using default exports in my projects.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 238


Totals Coverage Status
Change from base Build 236: 0.0%
Covered Lines: 43
Relevant Lines: 43

💛 - Coveralls
cht8687 commented 3 years ago

thanks @vfonic