-
-
Notifications
You must be signed in to change notification settings - Fork 490
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
Remove some non null assertion operator #1057
Remove some non null assertion operator #1057
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@kody-liou is attempting to deploy a commit to the TypeCell Team on Vercel. A member of the Team first needs to authorize it. |
5e5920a
to
7891145
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.
The non-null assertion changes look good, but what's up with the version bump? I assume it's smth to do with the prepare
script so do you could just keep the non-null fixes in this PR and create a new issue/PR for the script?
This reverts commit 58b37d5.
…l-assertion-operator
Done. I’ve removed the prepare script and the version bump. This PR now only includes the non-null assertion changes. |
Awesome thx! |
I removed some non-null assertion operators, which should fix this issue: #968.
By the way, does anyone know how to install BlockNote via a GitHub repository URL? I tried adding a prepare script but encountered an error. You can see more details in my comment below.