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
@suga0828 Sorry, could you clarify what exactly is the error you are seeing here? What behavior in the typing are you expecting to see? Is it on a specific set of methods, or just the top-level Braze object as a whole?
If you could provide any specific examples on what you are expecting vs. what is actually showing up in your editor, that would help us assist you better. Thanks!
Which Platforms?
Both
Which React Native Version?
0.74.1
Which @braze/react-native-sdk SDK version?
12.1.0
Repro Rate
100%
Steps To Reproduce
Example:
Install @braze/react-native-sdk
import * as Braze from "@braze/react-native-sdk"
(as in documentation).Braze.changeUser("id")
Expected Behavior
Typing should works.work
Actual Incorrect Behavior
The real error is that export and typing defined inside the lib don't match (exporting default in
index.js
but individual typing inindex.d.ts
)Verbose Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: