Skip to content

Commit

Permalink
Update website/versioned_docs/version-V1/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 d91d3b0 commit c1ecfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/versioned_docs/version-V1/sdk-reference/react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ The SDK supports two ways to acquire the initialized ConfigCat instance:
| `key` | **REQUIRED.** Setting-specific key. Set on _ConfigCat Dashboard_ for each setting. |
| `defaultValue` | **REQUIRED.** This value will be returned in case of an error. |
| `user` | Optional, _User Object_. Essential when using Targeting. [Read more about Targeting.](../advanced/targeting.mdx) |
| `providerId` | Optional, Identifier of `ConfigCatProvider`. [More about multiple providers](#using-multiple-providers). |
| `providerId` | 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). |

```tsx
function ButtonComponent() {
Expand Down

0 comments on commit c1ecfc1

Please sign in to comment.