tiec7

Results 5 comments of tiec7

> Working for me with this implementation: > > ```ts > // holidays.ts > import * as DateHolidays from 'date-holidays'; > > const holidays = new DateHolidays.default(); > > holidays.init('FR');...

I have the same issue, too, using version 2.1.6. Unable to open the multiselect or click to any of their elements; the error given is "element not interactable". If I...

I gave up months ago switching to cypress. more reliable, more handy, faster.

I am totally new to firebase, I created a very simple project in vue2, then i followed the instructions on the main site to add firebase with `npm install firebase`...