-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
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
Uncaught TypeError: Cannot use 'in' operator to search for 'String' in undefined #675
Comments
@itslenny Did you fix this? |
having the same issue
|
In order to fix it you should call branch.init() in component loading in your route, not in parent, just on page where you need branchIo. |
@jaslioin Thanks so much! That worked :-) Any chance for an official release? |
@jwangler-branch with a recent release, I'd have assumed this was fixed. But alas! It's still an issue! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When loading the branch-sdk npm package I get this error
which traces to this line in the branch sdk
f in c || (c[f] = {});
.Even if I don't "use" the branch sdk I get this error. Just by importing it this error fires.
The text was updated successfully, but these errors were encountered: