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
There is a typo in the type definition of the library. The object for getConfig events returned by the SDK uses the property experimentIds, but the type definition incorrectly specifies it as experimentsIds.
Expected Behavior
The type definition should correctly use experimentIds to match the actual property returned by the SDK.
Steps To Reproduce
Use the SDK method that returns an object containing config events array with experimentIds array.
Observe the type definition mismatch, which causes TypeScript to throw an error.
SDK Type
Browser
Node Version
v20.15.1
Browsers impacted
all
Link
No response
Logs
No response
Severity
Minor issue
Workaround/Solution
No response
Recent Change
No response
Conflicts
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
SDK Version
"@optimizely/optimizely-sdk": "5.3.4"
Current Behavior
There is a typo in the type definition of the library. The object for getConfig events returned by the SDK uses the property experimentIds, but the type definition incorrectly specifies it as experimentsIds.
Expected Behavior
The type definition should correctly use experimentIds to match the actual property returned by the SDK.
Steps To Reproduce
Use the SDK method that returns an object containing config events array with experimentIds array.
Observe the type definition mismatch, which causes TypeScript to throw an error.
SDK Type
Browser
Node Version
v20.15.1
Browsers impacted
all
Link
No response
Logs
No response
Severity
Minor issue
Workaround/Solution
No response
Recent Change
No response
Conflicts
No response
The text was updated successfully, but these errors were encountered: