TS1254
error TS1254: A ‘const’ initializer in an ambient context must be a string or numeric literal or literal enum reference.
Broken Code ❌
1 |
|
Fixed Code ✔️
1 |
|
error TS1254: A ‘const’ initializer in an ambient context must be a string or numeric literal or literal enum reference.
1 |
|
1 |
|