I have a project in React and socket server in directory (app js). socket-mode app js file - image I want to get variables from this app js file (message) in my React component. react component - image How can I get it from the socket-mode js file? Thank you!