TS6198
error TS6198: All destructured elements are unused.
Broken Code ❌
1 |
|
Fixed Code ✔️
You have to make use of the destructured values in your application / code:
1 |
|
error TS6198: All destructured elements are unused.
1 |
|
You have to make use of the destructured values in your application / code:
1 |
|