-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix: Fix Engine context types #9566
Conversation
c0908b6
to
3637f17
Compare
Bitrise✅✅✅ Commit hash: f002a75 Note
|
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.
🔥
The `context` property of `Engine` was typed as `any`, effectively disabling type checking for most controller interactions. The `any` has been removed, restoring controller type checking.
Bitrise✅✅✅ Commit hash: a391838 Note
|
Quality Gate passedIssues Measures |
Bitrise✅✅✅ Commit hash: 6e9a445 Note
|
Description
The
context
property ofEngine
was typed asany
, effectively disabling type checking for most controller interactions. Theany
has been removed, restoring controller type checking.Related issues
This problem was introduced in #6749
Manual testing steps
N/A
Screenshots/Recordings
N/A
Pre-merge author checklist
Pre-merge reviewer checklist