We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In this React example, the togglebot-speed variable is set to off by default. How to set value for togglebot-speed for the current user?
togglebot-speed
off
I couldn't find anything in the docs about it. What I've tried and didn't work:
export default withDevCycleProvider({ sdkKey: devcycleSdkKey, /** * Modify this user object to see how targeting is affected */ user: { user_id: 'user123', name: 'Jane Doe', email: 'jane.doe@email.com', togglebotSpeed: 'slow' }, options: { logLevel: 'debug', } })(App);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In this React example, the
togglebot-speed
variable is set tooff
by default. How to set value fortogglebot-speed
for the current user?I couldn't find anything in the docs about it. What I've tried and didn't work:
The text was updated successfully, but these errors were encountered: