-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Fixed TransitionalOptions typings #4147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed TransitionalOptions typings #4147
Conversation
|
Could you please interactively rebase on Alternatively, you could |
44f3b9f to
023ee8f
Compare
023ee8f to
e5f5800
Compare
caugner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but could you explain shortly why these properties are optional, e.g. referencing the corresponding code locations or giving an example?
Co-authored-by: Jay <[email protected]>
Just fixed the type definition for the
TransitionalOptionsinterface to mark its properties as optional.Adding: Refs #3688