Answers for "Operator '<' cannot be applied to types 'View' and 'RegExp'"

0

Operator '<' cannot be applied to types 'View' and 'RegExp'

You have JSX in this file so the extension for typescript should be
*.tsx 
so try renaming the file to yourfilename.tsx
Posted by: Guest on February-20-2021

Code answers related to "Operator '<' cannot be applied to types 'View' and 'RegExp'"

Browse Popular Code Answers by Language