Unhandled Runtime Error TypeError: Cannot read properties of undefined (reading '0')
Opened this issue · 1 comments
sanye8899 commented
Unhandled Runtime Error
TypeError: Cannot read properties of undefined (reading '0')
rubywerman commented
Add a null check on line 166 of index.js:
if (result.output) {
Also, on line 99 set the starting state of id to null:
const { id } = useState(null);