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 don't think the bottom part is necessary and gills in my opinion. Is it necessary for some generative process...? <{ data: string; } extends any, > ({ data: string; }: Runtype<{ data: string; }>,) =>
The text was updated successfully, but these errors were encountered:
Sorry, I checked and it seems that the problem only occurs when importing a Type containing Generics from another file (external.ts in the example below).
So, finally got around to having a look at this. The problem boils down to a bug when importing types from other files. It's a toughy, and I'll get around to it soon. In the mean time, if at all possible, the work around is to specify the source file of the type you're trying to build.
Issue was closed, but I tried and failed...
Am I doing something wrong...?
Generated:
I don't think the bottom part is necessary and gills in my opinion. Is it necessary for some generative process...?
<{ data: string; } extends any, > ({ data: string; }: Runtype<{ data: string; }>,) =>
The text was updated successfully, but these errors were encountered: