-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Replace array.at(-1) with array[array.length - 1] #6832
Conversation
Thanks for your interest in palantir/blueprint, @jonaswitt! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request. |
Generate changelog in
|
Not sure what to do about the CircleCI Pipeline errors, sorry. It's my first PR in this repo. |
I'm confused by them too actually. Could you push another commit to see if it's still happening? The new commit can be empty: git commit --allow-empty -m 'Empty commit to rerun CircleCI pipeline' |
Hm.. looks like the empty commit isn't working. Thanks for trying that though. It looks like CircleCI uses your GitHub account, which surprises me. I would have expected it to have access to the repo directly. Sorry about that. Could you try the instructions here? |
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.
Approving. Thanks for the fix @jonaswitt! I'll merge once CI passes.
Fixes #6831
Checklist
Changes proposed in this pull request:
See #6831
Reviewers should focus on:
Testing on Safari 15.3 or earlier
Screenshot