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
ERROR TS2304: Cannot find name 'T'.
a: NestedForInlineB<T> = new NestedForInlineB<T>();
~
in assembly/jest-log.ts(108,48)
So... I'm pretty sure that's because the GenericContext flag isn't being set, or the type information isn't resolving for some reason. Of course, I have workarounds for now.