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
Summary:
UserProfileService and several other types were removed by mistake from lib/index.d.ts.
Test plan:
Manual testing
Issues:
#593
Co-authored-by: Polina Nguen <polina.nguen@optimizely.com>
What I wanted to do
Continue to use exported types defined in https://github.com/optimizely/javascript-sdk/blob/master/packages/optimizely-sdk/lib/shared_types.ts
These used to be exported from the package. We are maintaining libraries that depend on these types.
Please export them from
index.d.ts
What I expected to happen
UserProfileService type should be useable as a named export.
OptimizelyConfig type should be useable as a named export.
What actually happened
These types may be able to be imported - but we have to do it much more indirectly. Please continue to just export them.
The text was updated successfully, but these errors were encountered: