feat: deprecate remote link (#10768)
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
@@ -5,6 +5,10 @@ export const ContainerRegistrationKeys = {
|
||||
LOGGER: "logger",
|
||||
REMOTE_QUERY: "remoteQuery",
|
||||
QUERY: "query",
|
||||
/**
|
||||
* @deprecated. Instead use "ContainerRegistrationKeys.LINK"
|
||||
*/
|
||||
REMOTE_LINK: "remoteLink",
|
||||
LINK: "link",
|
||||
FEATURE_FLAG_ROUTER: "featureFlagRouter",
|
||||
} as const
|
||||
|
||||
Reference in New Issue
Block a user