fetrarij / ngx-daterangepicker-material

Pure Angular 2+ date range picker with material design theme, a demo here:
https://fetrarij.github.io/ngx-daterangepicker-material/
MIT License
246 stars 247 forks source link

Not import dayjs #492

Open LorenVu opened 1 year ago

LorenVu commented 1 year ago

Versions

Describe the bug I''m not import { Dayjs } from 'dayjs/esm';

To Reproduce

3 export = dayjs;
      ~~~~~~~~~~~~~~~
    This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
Joniras commented 1 year ago

In Issue #472 there is a workaround suggested