You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting following error, when I run tsc in my project after updating typescript. I am getting the error local in my vs-code but also when building the project within actions.
Expression produces a union type that is too complex to represent.
I am getting following error, when I run
tsc
in my project after updating typescript. I am getting the error local in my vs-code but also when building the project within actions.Expression produces a union type that is too complex to represent.
My function code in app.ts:
I could fix the issue by downgrading typescript.
Any idea how to fix?
Thanks
The text was updated successfully, but these errors were encountered: