💾 Archived View for kevachat.duckdns.org › room › NQBP9BkJ8bvxSRbNrwSZXisTmZ3aZ2j3We captured on 2024-03-21 at 15:14:20. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2024-05-10)

-=-=-=-=-=-=-

  _  __                ____ _           _
 | |/ /_____   ____ _ / ___| |__   __ _| |_
 | ' // _ \ \ / / _` | |   | '_ \ / _` | __|
 | . \  __/\ V / (_| | |___| | | | (_| | |_
 |_|\_\___| \_/ \__,_|\____|_| |_|\__,_|\__|

react.js

Navigation

Home

Post

Posts

anon · 3 months ago

How to pass process.env.REACT[[_]]APP_CHAT[[_]]URL variable into this line:
https://github.com/chesslablab/react-chess/blob/master/src/App.js#L39
nothing work, hate node.js

the reason was I declared var inside the double quotes:

should be src={VAR} not src="{VAR}"

Reply

anon · 3 months ago

How to pass process.env.REACT[_]APP_CHAT[_]URL variable into this line:

https://github.com/chesslablab/react-chess/blob/master/src/App.js#L39

nothing work, hate node.js

Reply