in the error message, you can find the problem. Property 'handleTextAreaUpdate' does not exist on type
means that you should define a property for handleTextAreaUpdate
in the TestRowProps
interface.
in the error message, you can find the problem. Property 'handleTextAreaUpdate' does not exist on type
means that you should define a property for handleTextAreaUpdate
in the TestRowProps
interface.