How to fix the regular error using react-icons in React with Typescript?
Starting from version 19, the typings for @types/react introduced a major change!
Now, by default, the JSX namespace is no longer available, and you have to explicitly define it yourself.๐ง Why did ...