We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Imports of locale aren't working. This: import en from "date-fns/locale/en" causes an error: Error: Cannot find module 'date-fns/locale'.
import en from "date-fns/locale/en"
Error: Cannot find module 'date-fns/locale'
Should I do the import otherwise, or is it a bug in the plugin? Thanks a lot!