I was getting this error while adding a View component in .tsx file.
I raised this question and answered myself as I thought it will help others who are facing similar issue.
Please import React
in your code import statements:
import * as React from 'react';
Reference:
https://github.com/Microsoft/TypeScript/issues/14118
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With