Closed benmerckx closed 2 years ago
The return type of effect was marked as void but the callback is returned, hence () => void
effect
void
() => void
I just realized these are generated from source. Will open an issue instead.
The return type of
effect
was marked asvoid
but the callback is returned, hence() => void