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: TS2502 [ERROR]: 'thisArg' is referenced directly or indirectly in its own type annotation.
bind(this: T, thisArg: ThisParameterType): OmitThisParameter;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
at asset:///lib.es5.d.ts:350:22
TS2577 [ERROR]: Return type annotation circularly references itself.
bind(this: T, thisArg: ThisParameterType): OmitThisParameter;
~~~~~~~~~~~~~~~~~~~~
at asset:///lib.es5.d.ts:350:54
error: TS2502 [ERROR]: 'thisArg' is referenced directly or indirectly in its own type annotation.
bind(this: T, thisArg: ThisParameterType): OmitThisParameter;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
at asset:///lib.es5.d.ts:350:22
error: TS2502 [ERROR]: 'thisArg' is referenced directly or indirectly in its own type annotation.
bind(this: T, thisArg: ThisParameterType): OmitThisParameter;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
at asset:///lib.es5.d.ts:350:22
TS2577 [ERROR]: Return type annotation circularly references itself.
bind(this: T, thisArg: ThisParameterType): OmitThisParameter;
~~~~~~~~~~~~~~~~~~~~
at asset:///lib.es5.d.ts:350:54
TS2339 [ERROR]: Property 'transpileOnly' does not exist on type 'typeof Deno'.
const result = await Deno.transpileOnly({
~~~~~~~~~~~~~
at https://deno.land/x/attain@1.1.1/viewEngine/ReactCompiler.ts:118:33
Found 3 errors.
The text was updated successfully, but these errors were encountered: