In my application I have a string value that I defined like that:
const [otp, setOtp] = React.useState(\'\')
I also have