replicate/tilemaker

Unhandled Runtime Error TypeError: Cannot read properties of undefined (reading '0')

Opened this issue · 1 comments

Unhandled Runtime Error
TypeError: Cannot read properties of undefined (reading '0')

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);