-
Notifications
You must be signed in to change notification settings - Fork 96
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: compile errors #492
fix: compile errors #492
Conversation
Fixes compile errors introduced by using the wrong variables with the toString method
beecc64
to
aef7cd6
Compare
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.
Do we not have CI to prevent this on this repo?
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.
We need to get CI for this, it's on the list.
Is there a way we can avoid the non null assertions?
Updating TypeScript could help, though won't get to that for a bit. |
We can just remove |
No description provided.