Tamas Fazekas
Tamas Fazekas
As you can see in the csv-parse package.json file the lib/sync is exported `./sync`, so you will be able to import lib/sync like this: `import { parse } from 'csv-parse/sync';`...
Hi @alaconda, Did you manage to find out what cause the problem? Thanks in advance
To limit the highlight mechanism only for the selected date (or other specific dates) you can use [Highlight dates with custom class names and ranges](https://reactdatepicker.com/#example-highlight-dates-with-custom-class-names-and-ranges) combining with the `onMonthChange` prop....