react-sdk icon indicating copy to clipboard operation
react-sdk copied to clipboard

React SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)

Results 28 react-sdk issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### SDK Version react-sdk v3.1.0 ### Current Behavior We currently have logs indicating random...

bug
question
acknowledged
needs-triage
waiting-requestor

### Is there an existing issue for this? - [X] I have searched the existing issues ### SDK Version 3.0.0 ### Current Behavior Error: ``` WARN [OPTIMIZELY] - ERROR 2024-01-25T09:42:46.596Z...

bug
acknowledged

### Is there an existing issue for this? - [X] I have searched the existing issues ### SDK Version 3.1.0 ### Current Behavior The new package has defined the `UserAttributeValue`...

bug
acknowledged
needs-triage
waiting-requestor

### Is there an existing issue for this? - [X] I have searched the existing issues ### SDK Version 3.0.1 ### Current Behavior Having an issue with @react-native-community/netinfo package. It...

bug
acknowledged
needs-triage

### Is there an existing issue for this? - [X] I have searched the existing issues ### SDK Version @optimizely/react-sdk: 3.0.1 ### Current Behavior After calling `setForcedDecision`, `useDecision(name, { autoUpdate:...

bug
acknowledged

How do you handle bucketing for users that are logged out and keep them sticky so they don't see a different variation on each page load? Optimizely doesn't work unless...

acknowledged

1. I run `createInstance` on both server and client to get optimizely `client`. 2. I run `client.setUser({ id: userId })` with the same user id and attributes on both server...

acknowledged

when you run `client.setUser()` on the client its fine, because browser is single-user environment, so you can't share or leak user details when there is just one user. server environment...

acknowledged

Is the any plans to add support for `react-native-mmkv` storage library instead of `async-storage` package for React Native environment?

enhancement
question
acknowledged

### Description BundlePhobia [shows](https://bundlephobia.com/package/@optimizely/[email protected]) a 63% bundle size increase in 3.0.0. It would be great if the SDK's module/tree shaking design allowed consumers to only incur bundle growth for features...

enhancement
wip
acknowledged