feat(frontend-showcase): ✨ Integrate feature flag logic in App.tsx to enable conditional showcase UI rendering for experimental features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
7b18eacfc4
commit
87b08155b1
1 changed files with 1 additions and 6 deletions
|
|
@ -166,12 +166,7 @@ export function App() {
|
|||
];
|
||||
|
||||
return (
|
||||
<FeatureFlagProvider
|
||||
config={{
|
||||
defaultEnvironment: 'development',
|
||||
flags: {},
|
||||
}}
|
||||
>
|
||||
<FeatureFlagProvider environment="development">
|
||||
<div style={styles.container}>
|
||||
<div style={styles.header}>
|
||||
<h1 style={styles.headerTitle}>Feature Flags Showcase</h1>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue