Hello all,
I am a first time domo app dev trying to create a React app. I used the Quickstart instructions for creating a React app using the template and everything seemed to be setup correctly . When I try to use 'domo.get()' or 'domo.env..', I get a 'domo not defined' error in my application.
I am logging into my DOMO instance successfully:
however, when I run npm start and go to the page where that call is being made, The app shows that 'domo is not defined':
The console.log just reports a ReferenceError:
I am not sure where to go from here to get this working.
Thanks for any help you can give.
Tony