-
Notifications
You must be signed in to change notification settings - Fork 312
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
No Identifiers allowed after numeric literals (React Native) #994
Comments
You should be sure to use a React Native compiler that supports BigInt literals (like |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am a full stack developer, i have a good foundation in JavaScript and typescript How I plan on tackling this issueThis is an issue that can be tacked easily, although I would like to get further clarity on the issues, as much information regarding the issue was not stated. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am a React Native / Flutter Developer with 6 years of experience combined. And yes i feel the issue might be coming from bignumber.js file which would have to be analysed, but also most configuration/syntax issues might come from the SDK used. How I plan on tackling this issueI would prefer analyzing the file in particular and the sdk to make sure they are both correctly implemented. Would be lovely if this issue can be assigned to me |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI have extensive experience in JavaScript and TypeScript, particularly in developing React Native applications. My background includes troubleshooting complex issues and collaborating on SDK integrations, which has equipped me with the skills to effectively address compatibility challenges. How I plan on tackling this issueI would start by reproducing the bug to confirm its occurrence. Then, I would investigate the bigint or bignumber.js implementation in the SDK to identify where it conflicts with the React Native environment. After pinpointing the issue, I would propose a solution, such as modifying the offending code or recommending a compatible version of the library to avoid the error related to numeric literals. |
Hello @AtmegaBuzz Update on "No identifiers allowed directly after numeric literal" IssueThank you for assigning me this issue. I've taken several steps to reproduce and investigate the problem:
3.Results:
Despite these efforts, I have not been able to reproduce the "No identifiers allowed directly after numeric literal" error. Questions and Next Steps:
I'm committed to resolving this issue and would greatly appreciate any additional information or specific scenarios where you've encountered this error. This will help me focus my efforts on the most relevant areas and potentially reproduce the issue more accurately. Thank you for your guidance, and I look forward to your response. |
I'm using Babel as the compiler for the React Native project. |
Describe the bug
When i added this line
The react native was giving this error "No Identifiers allowed after numeric literals".
upon debugging i found our that it can due to the bignumber.js or big int used in the sdk
What version are you on?
"@stellar/typescript-wallet-sdk": "^1.5.0"
Additional context
The text was updated successfully, but these errors were encountered: