Uh oh!
There was an error while loading. Please reload this page.
Add a new entry point as next and update draft Tooltip to export it from next - #4250
Conversation
🦋 Changeset detectedLatest commit: 6a0faea The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
next and update draft Tooltip to export it from nextsize-limit report 📦
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
joshblack
left a comment
There was a problem hiding this comment.
LGTM for the next entrypoint! 👍 Will defer to @siddharthkp's comments for stories/location 👀
230c3a3 to
2913c16CompareUh oh!
There was an error while loading. Please reload this page.
… from next (#4250) * Add a new entry point as and update draft Tooltip to export it from next * fix linting n add changeset * move the src code out of drafts and update docs * fix folder path and storyname * test(vrt): update snapshots * update tooltip's position to be absolute * Update docs/content/TooltipV2.mdx --------- Co-authored-by: broccolinisoup <broccolinisoup@users.noreply.github.com>
… from next (#4250) * Add a new entry point as and update draft Tooltip to export it from next * fix linting n add changeset * move the src code out of drafts and update docs * fix folder path and storyname * test(vrt): update snapshots * update tooltip's position to be absolute * Update docs/content/TooltipV2.mdx --------- Co-authored-by: broccolinisoup <broccolinisoup@users.noreply.github.com>
Based on the Tooltip v2 adoption discussion, this PR adds a new entry point as
nextand export Tooltip from it with an updated documentation. The discussion is still open for feedback for docs consolidation, so please feel free to share any ideas/thoughts/concerns 🙌🏻Changelog
New
nextentry pointChanged
Removed
Rollout strategy
Testing & Reviewing
import {Tooltip} from '@primer/react/next'and make sure it imports the component properly.Merge checklist