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
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Currently, we're passing a whole step into the getStepNested method instead
of a string.
This is caused because of how the IVizStepNode interface it's defined, turning
the whole Step typing into any.
Relates to: #1725
Relates to: #1232
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please describe the task that needs to be done
Context
Currently, Typescript is disabled on dev and prod builds, leading practically to no check at all. related read
The goal for this chore would be:
Enable Typescript type check in PROD mode.The text was updated successfully, but these errors were encountered: