Within my ts file, I'm using the code snippet below:
$('input[type=hidden]').attr("disabled", false);
The code functions as intended, however, an error persists: Argument of type 'false' is not assignable to parameter of type 'string | number | ((this: HTMLElement, index: number, attr: string) => string | number | void)'.