Javascript – Why are my values always 'undefined' when sending data to render from main in ElectronJS?
So I'm new to electron, still getting a hang of the IPC communication. I'm able to send and receive messages totally fine over IPC (meaning I can confirm in both directions the send and receive statements are firing). When I…