easepick / easepick

Date range picker. Uses Shadow DOM, lightweight size, no dependencies.
https://easepick.com
Other
549 stars 52 forks source link

Bug on Safari 13 #227

Closed parameter closed 7 months ago

parameter commented 7 months ago

On Safari 13.1 I get this message SyntaxError: Unexpected token ';'. Expected an opening '(' before a method's parameter list.

I have tried to use a polyfill, @babel/plugin-transform-class-properties but with no luck.

Is there a workaround or some solution? thanks all

parameter commented 7 months ago

Sorry. I found the thread on "Discussions". It is documented that safari below 14 is not supported.