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
Argument of type 'Token<A>' is not assignable to parameter of type 'OptionalToken<A>'.
Types of property '__o' are incompatible.
Type 'false' is not assignable to type 'true'.
The text was updated successfully, but these errors were encountered:
skrylnikov
changed the title
Injected not working when disable strictNullChecks
Injected not working when disabled strictNullChecks
Sep 12, 2022
Injected not working when disabled strictNullChecks. Because injected expect optional token.
Example:
https://www.typescriptlang.org/play?strictNullChecks=false#code/JYWwDg9gTgLgBAbzsAdgKwKYGMYYCYA0cMEA1hinAL5wBmUEIcA5AEZQCGKewzA3AFgAUMKwAbDgGdJcAIKIqw0ROlwAQomFw4WCCkkwoAVxzQAFGCjAAbh1xwOALjkBKBIqEfReg3AAqZBQyALyaQtpOxIEoADyyAHxmzBzMLgRacKzOJOSxaolsqemeSiJCqJg4+GZqRAG5kgB0HC6CZUA
Error:
The text was updated successfully, but these errors were encountered: