Cory House
Cory House
Nice timing Nick - I'm working on this on a work project, so I can port the change over here when I'm done. :)
Hi - I'd be open a PR on this.
Since this isn't maintained and doesn't work, I suggest marking the repo and extension as such to avoid wasting people's time setting it up.
Note that if you remove the React.FC and declare a plain function the types work fine. [I don't recommend using React.FC anyway](https://fettblog.eu/typescript-react-why-i-dont-use-react-fc/).
I've tried both npm and yarn. Deleted node_modules before each try. Stumped.
I suggest: ```js setFilePath(newValue, () => { console.log(newValue) // Just use the newValue here. getTranslatedText(newValue) // Pass this function the new value }) ```
Have you run npm install? What version of node and npm are your running? What OS?
Like you, npm list babel-node returns nothing for me, but it works because it's bundled with babel. If you look in node_modules/.bin, you should see a babel-node folder. Do you?
That's bizarre. I've just tried it in the terminal in the latest version of Visual Studio Code and on the native terminal in Windows 10. It works just fine in...
Good to hear you're rolling Paul. The frustrating thing is Node 6 works fine on some Windows machines. I'd like to figure out why some Windows machines are failing, but...