Eslint bug or am I missing something ?
Please can someone tell me why am i getting this error :
even though my function is equal to :
const onSubmit = (data: IQuestion) => console.log(data);
even though my function is equal to :
const onSubmit = (data: IQuestion) => console.log(data);
