79808178

Date: 2025-11-03 18:14:07
Score: 0.5
Natty:
Report link

Apparently the global JSX namespace has been moved to React.JSX

So in my case, simply changing

img: JSX.Element

to

img: React.JSX.Element

did the trick.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: N4ppeL