You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hit the following TS issue that TSD does not seem to be able to handle.
✖ 177:2 Found an error that tsd does not currently support (ts2739), consider creating an issue on GitHub.
✖ 178:5 Type { children: Element; } is missing the following properties from type { children: ReactNode; foo: Foo | (() => Foo); }: foo
I hit the following TS issue that TSD does not seem to be able to handle.
From this input:
I'm on the latest version of tsd: 0.31.0.
Thanks for the help in advance!
The text was updated successfully, but these errors were encountered: