Skip to content

Commit 28297f3

Browse files
AlanGreenetekton-robot
authored andcommitted
Switch to stable export for Carbon FeatureFlags
`@carbon/react@1.80.0` now provides a stable export for the `FeatureFlags` component. Switch to this now so we're prepared for the removal of the unstable export in a future release.
1 parent 658f0c2 commit 28297f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/components/src/components/ActionableNotification/ActionableNotification.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2024 The Tekton Authors
2+
Copyright 2024-2025 The Tekton Authors
33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.
55
You may obtain a copy of the License at
@@ -13,7 +13,7 @@ limitations under the License.
1313

1414
import {
1515
ActionableNotification as CarbonActionableNotification,
16-
unstable_FeatureFlags as FeatureFlags
16+
FeatureFlags
1717
} from '@carbon/react';
1818

1919
export default function ActionableNotification(props) {

0 commit comments

Comments
 (0)