-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Description We had a bug where if there were multiple MFE configs that contained the same application we would defer to config name ordering for which config would get selected. This PR makes it so we now select the newest versioned configuration.⚠️ Fix a bug I introduced in #9582 where I cast the relative unix path to a basic `str` and I then misused it with `join_component`. ### Testing Instructions Updated and added unit tests. Tested on a repo with multiple overlapping configs with different versions.
- Loading branch information
1 parent
ffd4679
commit 7b113e5
Showing
3 changed files
with
142 additions
and
50 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
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
Oops, something went wrong.