I have an .env file in React, I have a variable. I would like to display the content of this variable in jsx. I tried this way but it does not seem to work.
<p>%MY_APP%</p>
I have an .env file in React, I have a variable. I would like to display the content of this variable in jsx. I tried this way but it does not seem to work.
<p>%MY_APP%</p>