Reputation: 27
I tried adding a description but it didn't work, No matter how I annotate it it will only show the type.
Neither of the following methods work.
// not working
/** not working */
const [state, setState] = useState(0)
But this is available on normal variables, Like this
Upvotes: -1
Views: 43