Why Next.js doesn't recognize TS code in .tsx and .ts files?

Viewed 29

Pages without declared interface opens fine

enter image description here

enter image description here

enter image description here

enter image description here

1 Answers

You have to typecast in correct way as ISignView instead of : ISignView

Related