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
while implementing the snaps controllers on mobile we came across several instances where the type checker was failing for what seemed to be invalid reasons. Some of this work has already been done by @FrederikBolding in this PR.
Testing
checkout this branch on mobile (feat/snaps-controllers-integration). if this PR is merged than you can do this on main
run yarn setup. this is only needed once.
remove all of the // @ts-ignore comments in the Engine.ts file
run yarn lint:tsc in your terminal
you should see the type errors
once fixed the yarn lint:tsc command should pass without the ts-ignore comments in the Engine.ts
Acceptance criteria
we should be able to remove all of the // @ts-ignore inside the `Engine.ts in mobile and have the type checker pass.
Description
while implementing the snaps controllers on mobile we came across several instances where the type checker was failing for what seemed to be invalid reasons. Some of this work has already been done by @FrederikBolding in this PR.
Testing
main
yarn setup
. this is only needed once.// @ts-ignore
comments in the Engine.ts fileyarn lint:tsc
in your terminalyarn lint:tsc
command should pass without thets-ignore
comments in the Engine.tsAcceptance criteria
we should be able to remove all of the
// @ts-ignore
inside the `Engine.ts in mobile and have the type checker pass.Affected code
The text was updated successfully, but these errors were encountered: