-
Notifications
You must be signed in to change notification settings - Fork 460
Closed
Description
I believe I found a bug but want to make sure my code is correct.
gmail.observe.on('view_thread', () => {
const emailData = gmail.get.email_data()
console.log(`${emailData}`)
})
Based on the documentation I believe that when I click an email thread, emailData should return an object which contains data about the email.
When I click an email thread the code executes at the proper time. Unfortunately I get the following in the console. The GET seems to be receiving an undefined param which results in an erroneous response format. The behavior is the same even if I move lines 2-3 out of the observer.
Metadata
Metadata
Assignees
Labels
No labels
