Issues with export type #12036
Unanswered
judithhartmann
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Did you solve this? Im getting the same error |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i want to upgrade react-scripts from 4.0.3 to 5.0.0.
typescript version is 4.2.4
After upgrading I get a lot of issues like this:
even though InterfaceA is there. I tried to fix it with using
export type
on the reexport, as i read that is way to fix the error.Unfortunately, after this I get the following error:
It seems it cannot handle the export type it wanted... what do i do now?
Beta Was this translation helpful? Give feedback.
All reactions