You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-sdk/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
React client side library for [Bucket.co](https://bucket.co)
4
4
5
+
Bucket supports toggling features, tracking feature usage, [requesting feedback](#userequestfeedback) on features and [remotely configuring features](#remote-config).
6
+
5
7
## Install
6
8
7
9
Install via npm:
@@ -147,7 +149,7 @@ const {
147
149
```
148
150
149
151
The `key` is always present while the `payload` is a optional JSON value for arbitrary configuration needs.
150
-
If tjhe feature has no configuration or, no configuration value was matched against the context, the `config` object
152
+
If the feature has no configuration or, no configuration value was matched against the context, the `config` object
151
153
will be empty, thus, `key` will be `undefined`. Make sure to check against this case when trying to use the
0 commit comments