-
Notifications
You must be signed in to change notification settings - Fork 10
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
[wb1812.4.delete] Delete the custom identifier generation API #2398
Conversation
🦋 Changeset detectedLatest commit: f523a2b The changes in this PR will be included in the next version bump. This PR includes changesets to release 27 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
GeraldRequired Reviewers
Don't want to be involved in this pull request? Comment |
npm Snapshot: Published🎉 Good news!! We've packaged up the latest commit from this PR (92971e2) and published all packages with changesets to npm. You can install the packages in webapp by running: ./services/static/dev/tools/deploy_wonder_blocks.js --tag="PR2398" Packages can also be installed manually by running: yarn add @khanacademy/wonder-blocks-<package-name>@PR2398 |
Size Change: -648 B (-0.67%) Total Size: 96.3 kB
ℹ️ View Unchanged
|
A new build was pushed to Chromatic! 🚀undefined Chromatic results:
|
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.
Looks good to me! 🚀
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2398 +/- ##
============================
============================
Continue to review full report in Codecov by Sentry.
|
Summary:
This deletes the components and hooks that we had for generating hydration-safe identifiers. We are now using the built-in
useId
hook internally, and expect our consumers to do the same (or theId
component we provide for more complex cases).This should not be released until the following PRs are merged and deployed to webapp:
Issue: WB-1812
Test plan:
yarn test
yarn typecheck