Bkh
Bkh
can confirm that disabling `getCoordinatesOfGrid` function does remove those extra lines. As @nikolasrieble pointed out @morozovkirill's proposal would not be breaking, and it would be great to release this solution...
FYI: You can set custom placeholder for labels `Early` and `Continuous` via props now. ``` /** default: `Early` */ startDatePlaceholder?: string | undefined; /** default: `Continuous` */ endDatePlaceholder?: string |...
for those who are still wondering about the reason why intellisense is running slow, the answer may be - if you have added this regex from docs(https://gluestack.io/ui/docs/home/getting-started/tooling-setup) to the `./vscode/settings.json`...