Skip to content

Commit

Permalink
refactor: Switch to carbon's new feature flag API
Browse files Browse the repository at this point in the history
  • Loading branch information
ioV9x committed Nov 23, 2024
1 parent 2eb7b5d commit 585563f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/renderer/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ function main(ev: MessageEvent) {
ReactDOM.createRoot(document.getElementById("root")!).render(
<React.StrictMode>
<FeatureFlags
flags={{
// TODO: @carbon/react v11.70.0 will add a prop for this flag
"enable-v12-dynamic-floating-styles": true,
}}
enableV12DynamicFloatingStyles
enableV12Overflowmenu
enableV12TileDefaultIcons
enableV12TileRadioIcons
Expand Down

0 comments on commit 585563f

Please sign in to comment.