felixakiragreen / react-kronos

A fast, intuitive, and elegant date and time picker for React.
https://felixakiragreen.github.io/react-kronos/
MIT License
90 stars 28 forks source link

The "path" argument must be of type string?!? #68

Open 4ware opened 6 years ago

4ware commented 6 years ago

Hi!

I just installed the module via yarn. Now i'm getting the following error when importing the component into my component:

... node_modules/react-kronos/dist/bundle.js: The "path" argument must be of type string

What gives?

felixakiragreen commented 6 years ago

Gotta be honest, I have no idea. But a quick google search for "yarn the path argument must be of type string" reveals a bunch of seemingly related issues. Maybe one of them contains a solution that works.