use this -> const api_key = import.meta.env.VITE_API_KEY; also in .env file use -> VITE_ in place of REACT_APP_ if you are using VITE in your project.
this works for me.