Question: I have 3 tsx (jsx) files in my react app: My index.tsx: Then my Page.tsx (which I render in index ↑): And my Menu.tsx, which use forwardRef: Problem is, that it gives me error in Page.tsx (in VS code ...
Question: I have 3 tsx (jsx) files in my react app: My index.tsx: Then my Page.tsx (which I render in index ↑): And my Menu.tsx, which use forwardRef: Problem is, that it gives me error in Page.tsx (in VS code ...