TS1155
error TS1155: ‘const’ declarations must be initialized.
Broken Code ❌
1 |
|
Fixed Code ✔️
1 |
|
Alternatively you can define a block-scoped local variable:
1 |
|
error TS1155: ‘const’ declarations must be initialized.
1 |
|
1 |
|
Alternatively you can define a block-scoped local variable:
1 |
|