-
Notifications
You must be signed in to change notification settings - Fork 434
Add nanoid, remove deprecated shortId #3168
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
Conversation
Thanks for the contribution! Before we can merge this, we need @sanalpanicker-zz to sign the Salesforce Inc. Contributor License Agreement. |
@interactivellama it looks like last time you were able to override the CLA app since @sanalpanicker is a current salesforce employee: #3155 (comment). Is that something you can do here as well? |
Yes, I'm open to overriding the CLA. Great workaround solution! @sanalpanicker-zz There's an error in the tests for Tree. |
@sanalpanicker Great fix! However, CircleCI isn't working well with the discrepancy of commits. I pulled down your branch to my local machine via I do see the second commit here when I pull your branch down with git without the I'll look into this further, but I wanted to let you know if it's something obvious on your side. |
Thats really weird.
|
I pushed a new PR and it works with a squashed commit and tests are working. #3170 Feel free to force push or something like that. I'm still unsure of the reason though. Sorry for the extra work. |
Ah I should have may be just ameded the fix. Thanks! |
Fixes #
Additional description
Adding nanoid and removing deprecated shortid
CONTRIBUTOR checklist (do not remove)
Please complete for every pull request
npm run lint:fix
has been run and linting passes.components/component-docs.json
CI tests pass (npm test
).REVIEWER checklist (do not remove)
components/component-docs.json
tests.Required only if there are markup / UX changes
last-slds-markup-review
inpackage.json
and push.last-accessibility-review
, topackage.json
and push.npm run local-update
within locally cloned site repo to confirm the site will function correctly at the next release.