wfp / designsystem

World Food Programme User Interface Kit. Developer kit for implementing WFP web style guideline.
http://www.wfp.org/UIGuide
Apache License 2.0
224 stars 103 forks source link

Unused code with process.env in release build #498

Closed peterrogov closed 2 years ago

peterrogov commented 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.

cassandrakesewa commented 2 years ago

Thank you. It has been fixed