this is mistake In in path check node_mdoule there is path of style.css in the /lib folder not in /dist so import like this Before .....
import 'react-day-picker/dist/style.css'
this is wrong
this is mistake In in path check node_mdoule there is path of style.css in the /lib folder not in /dist so import like this Before .....
import 'react-day-picker/dist/style.css'
this is wrong
this is mistake In in path check node_mdoule there is path of style.css in the /lib folder not in /dist so import like this Before .....
import 'react-day-picker/dist/style.css'
this is right, will work