0

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

Jagtar Singh
  • 171
  • 4

1 Answers1

0

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

Jagtar Singh
  • 171
  • 4