Skip to content
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

Remove StellarSDK import and add Operation #104

Closed
wants to merge 1 commit into from

Conversation

yanielbf
Copy link

@yanielbf yanielbf commented Mar 8, 2024

Remove the StellarSDK import because it is an undefined value and add the operation module in the import. This was causing this problem #103 (comment)

Copy link
Contributor

@CassioMG CassioMG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@acharb
Copy link
Contributor

acharb commented Mar 20, 2024

huh, good catch thanks @yanielbf

It looks like importing the entire sdk comes up undefined in a React or React Native environment, but not in NodeJS. I left a ticket for the stellar-sdk team to take a look stellar/js-stellar-sdk#931

I think we should remove all the StellarSDK imports to be safe

@acharb
Copy link
Contributor

acharb commented Mar 20, 2024

changing them all here
#112

@acharb acharb changed the base branch from main to release/1.4.0 March 20, 2024 01:36
@acharb acharb closed this Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants