ScopesContext: Move export from unstable to regular entrypoint (#101765)
Revert unstable export
This commit is contained in:
@@ -56,3 +56,4 @@ export {
|
||||
export { isPluginExtensionLink, isPluginExtensionComponent } from './pluginExtensions/utils';
|
||||
export { setCurrentUser } from './user';
|
||||
export { RuntimeDataSource } from './RuntimeDataSource';
|
||||
export { ScopesContext, type ScopesContextValueState, type ScopesContextValue, useScopes } from './ScopesContext';
|
||||
|
||||
@@ -9,9 +9,5 @@
|
||||
* and be subject to the standard policies
|
||||
*/
|
||||
|
||||
export {
|
||||
ScopesContext,
|
||||
type ScopesContextValueState,
|
||||
type ScopesContextValue,
|
||||
useScopes,
|
||||
} from './unstable/ScopesContext';
|
||||
// Dummy export to make it a valid module. Remove when we have real exports.
|
||||
export const unstable = {};
|
||||
|
||||
Reference in New Issue
Block a user