Closed peterrogov closed 2 years ago
This line in source code https://github.com/wfp/designsystem/blob/f82e93deaac3ec9724b7c1ed901852afa4236fa4/src/components/Footer/Footer.js#L40
causes a index.js:3481 Uncaught ReferenceError: process is not defined error in the browser. I strongly believe this piece of code should not have been added in the release build of the react uikit library.
index.js:3481 Uncaught ReferenceError: process is not defined
Thank you. It has been fixed
This line in source code https://github.com/wfp/designsystem/blob/f82e93deaac3ec9724b7c1ed901852afa4236fa4/src/components/Footer/Footer.js#L40
causes a
index.js:3481 Uncaught ReferenceError: process is not defined
error in the browser. I strongly believe this piece of code should not have been added in the release build of the react uikit library.