Why do I get Property ‘x’ does not exist on type ‘{ error: string; }’.ts(2339) when I’m trying to prefill from database?
What I did is I fetch a single data from database and created a component wherein I can edit the user’s input, but I’ve got a warning from typescript wherein I get this.