DEV Community

Discussion on: React Redux with TypeScript

Collapse
 
kshitijbisht profile image
Kshitij Bisht

Hi,
I tried running your code in local. It doesnt work for me :(.
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
at validateString (internal/validators.js:120:11)

Collapse
 
renatobentorocha profile image
Renato Rocha

Hi Kshitij Bisht, thanks by comment.

I didn't be able to reproduce this error.

I did:

git clone https://github.com/renatobentorocha/react-redux-typescript.git
cd react-redux-typescript
yarn
yarn start

and worked fine.

Collapse
 
raupie profile image
Travis Raup

Yup, same error here.