Skip to content

Commit

Permalink
Update website/docs/sdk-reference/react.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Zoltan David <[email protected]>
  • Loading branch information
endret and zoltan-david authored Oct 7, 2024
1 parent 2008b4c commit c077a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/sdk-reference/react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ _ConfigCat Client_ is responsible for:
| `sdkKey` | **REQUIRED.** SDK Key to access your feature flags and configurations. Get it from _ConfigCat Dashboard_. | - |
| `pollingMode` | Optional. The polling mode to use to acquire the setting values from the ConfigCat servers. [More about polling modes](#polling-modes). | `PollingMode.AutoPoll` |
| `options` | Optional. The options object. See the table below. | - |
| `id` | Optional. Identifier of `ConfigCatProvider`. [More about multiple providers](#using-multiple-providers). | `undefined` (none) |
| `id` | Optional. Instructs the ConfigCat Client to use a specific `ConfigCatProvider` instead of the default one. Use it if you have multiple `ConfigCatProvider`s in your code. [More about multiple providers](#using-multiple-providers). | `undefined` (none) |

The available options depends on the chosen polling mode. However, there are some common options which can be set in the case of every polling mode:

Expand Down

0 comments on commit c077a56

Please sign in to comment.