Skip to content

Commit aebc2aa

Browse files
authored
docs(react): fix type in declarative testing example (#1323)
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
1 parent e7a5fb5 commit aebc2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ If you'd like to control the values returned by the evaluation hooks, you can pa
400400
<FeatureFlag flagKey="new-feature" defaultValue={false}>
401401
<NewFeature />
402402
</FeatureFlag>
403-
<FeatureFlag flagKey="theme" match="dark" defaultValue="light">
403+
<FeatureFlag flagKey="theme" matchValue="dark" defaultValue="light">
404404
<DarkMode />
405405
</FeatureFlag>
406406
</OpenFeatureTestProvider>

0 commit comments

Comments
 (0)