Upgrade paste to react 19#4258
Conversation
|
|
🦋 Changeset detectedLatest commit: d10bb6c The changes in this PR will be included in the next version bump. This PR includes changesets to release 119 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 |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Size Change: -581 B (0%) Total Size: 1.12 MB
ℹ️ View Unchanged
|
|
View your CI Pipeline Execution ↗ for commit d10bb6c.
☁️ Nx Cloud last updated this comment at |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
| key: keySeed(`breadcrumb-${index}`), | ||
| parentElement: element, | ||
| }); | ||
| } as unknown as React.ReactElement<BreadcrumbItemProps>); |
There was a problem hiding this comment.
question(non-blocking): why are there 2 as here
There was a problem hiding this comment.
direction conversion to BreadcrumbItemProps is not possible so had to convert to unknown and then to required type
5ce4089
Co-authored-by: Nora Krantz <75342690+nkrantz@users.noreply.github.com>
Key highlights from the upgrade which impacts so many files: