react-material-ui-form-validator icon indicating copy to clipboard operation
react-material-ui-form-validator copied to clipboard

Uncaught ReferenceError: process is not defined

Open codingyourlife opened this issue 3 years ago • 2 comments

Looks nice and simple but I can't get it to work for weird reasons... I think it's an issue with typescript.

Also an example for functional components would be much appreciated.

Screenshot 2022-01-03 at 23 55 41

codingyourlife avatar Jan 03 '22 23:01 codingyourlife

I'm currently working with functional components in my project with this validator If you can provide a small reproduction repo for this problem I can try to help you

coolusaHD avatar Jul 23 '22 09:07 coolusaHD

@codingyourlife This worked for me If you are using npm: - npm i -D [email protected]

If you are using yarn: - yarn add -D [email protected]

source: https://stackoverflow.com/a/70495171/14795184

MrRainesE avatar Oct 11 '22 12:10 MrRainesE