-
-
Notifications
You must be signed in to change notification settings - Fork 735
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Steve Piercy <[email protected]>
- Loading branch information
1 parent
a9802d2
commit fb339b4
Showing
3 changed files
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Upgrade @tanstack/react-query @sneridagh | ||
Upgrade `@tanstack/react-query`. @sneridagh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Removed the `FlattenToAppURLProvider` since is no longer needed @sneridagh | ||
The components in here are meant to to need it. | ||
Refactored the `Link` component to not use it since `react-aria-components` use the React Client Routing facilities that can be injected in the React tree. | ||
Removed the `FlattenToAppURLProvider` since it's no longer needed. @sneridagh | ||
The components in here need it. | ||
Refactored the `Link` component to not use it, since `react-aria-components` uses the React Client Routing facilities that can be injected into the React tree. | ||
|
||
Breaking: | ||
- Use the new providers in @plone/providers instead to make the new Link work with them | ||
- Use the new providers in `@plone/providers` instead to make the new `Link` work with them. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters