Created
July 8, 2019 05:26
-
-
Save alexzuza/9ddaf638fde89d741f86c4fec43ddf2f to your computer and use it in GitHub Desktop.
t24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function _tcb1(ctx: i0.AppComponent) { | |
if (true) { | |
var _t1 = document.createElement("input"); | |
_t1.checked = "" + ctx.checked; // error TS2322: Type 'string' is not assignable to type 'boolean'. | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment