choo
choo copied to clipboard
Wrong return type for `mount`
Expected behavior
The return type should be something | undefined where something is I guess a Choo instance? Or something like that.
Actual behavior
It is void.