Nov 1, 2020
SkipDev from the error message it looks like, you’re using some promise object inside the JSX. Objects are not allowed in JSX while printing. Check If you’re calling function from JSX which is declared as async. If yes, then you need to use `.then` handler to get the actual value.