When upgrading an existing React project I m getting the following error at line 0 of every .tsx file.
Parsing error: DeprecationError: originalKeywordKind has been deprecated since v5.0.0 and can no longer be used. Use identifierToKeywordKind(identifier) instead.
How can I diagnose and remove the error?