daveokeeffe
daveokeeffe
I've started seeing this as well. I get it on relatively small files. It's a ruby source file containing a multiline array and many of the lines are commented. When...
> Is there any solution? I found no solution, and it's still happening for me.
The `isDateDisabled` method just returns a boolean, so you can check as many dates as you need to: ``` ``` ``` isDateOutsideAcceptableRange(date) { const nineteenHundred = new Date('01/01/1900'); const currentDate...