Why is there no date range picker component in react similar to the one in HTML ? Now if I have to use any other date range picker then I am not able because the npm package itself is not being installed. Help me out here please !
Date Range Picker solution used in our HTML version requires jQuery and combining jQuery with any of SPA isn't good practice, if you have such a requirement you can add jQuery and reuse our solution from the HTML version.
Try to do the followings: Delete node_modules and package-lock.json/yarn.lock. Try clearing out npm cache npm cache clean --force Install dependency again with npm i react-date-range command.
Regards, Lauris Stepanovs, Keenthemes Support Team