-
Notifications
You must be signed in to change notification settings - Fork 842
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
shifting makeId to htmlIdGenerator #3129
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
💚 CLA has been signed |
Note that this does not close #3112 as there are many other places where |
Hey, |
Jenkins test this |
Preview documentation changes for this PR: https://eui.elastic.co/pr_3129/ |
No worries at all! I took a second pass and left a couple more comments. |
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.
One last request, reverting some whitespace changes that were made.
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.
Sorry for that linting error, I have some bad linter setting in vscode and sometimes it messes the code.
jenkins test this |
Preview documentation changes for this PR: https://eui.elastic.co/pr_3129/ |
Hi @chandlerprall this PR is getting a lot of conflicting files due to the class to functional components conversions. Should we fix the conflicts and merge the PR? |
package.json
Outdated
@@ -57,6 +57,7 @@ | |||
"classnames": "^2.2.5", | |||
"highlight.js": "^9.12.0", | |||
"html": "^1.0.0", | |||
"install": "^0.13.0", |
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.
Why is this required?
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.
I guess it is some form of merge conflict.
Wait i'll remove it as it is not required by changes I've made
@NightWing1998 I merged master directly into your fork and cleaned up the conflicts we had introduced; running CI, will merge if everything's green jenkins test this |
Preview documentation changes for this PR: https://eui.elastic.co/pr_3129/ |
Summary
Summarize your PR. If it includes design elements include a screenshot or gif.
deprecating makeId and shifting the codebase to htmlIdGenerator.
This invalids make_id.test.ts file as the make_id is of no use anymore
Fixes #3112
Checklist
A changelog entry exists and is marked appropriately