You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to Typescript so I'm unsure how to resolve my error. My goal is to render a custom table with information about the ticket however no matter what I try I either get to an array of promises which resolve to undefined or an Evaluation Error: SyntaxError: await is only valid in async functions and the top level bodies of modules error.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm new to Typescript so I'm unsure how to resolve my error. My goal is to render a custom table with information about the ticket however no matter what I try I either get to an array of promises which resolve to undefined or an
Evaluation Error: SyntaxError: await is only valid in async functions and the top level bodies of modules
error.Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions