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

Syntax error in wallet array spread #539

Open
volkavich opened this issue Feb 3, 2025 · 2 comments
Open

Syntax error in wallet array spread #539

volkavich opened this issue Feb 3, 2025 · 2 comments

Comments

@volkavich
Copy link
Contributor

volkavich commented Feb 3, 2025

A syntax error exists in the wallet array spread due to an invalid decrement operator (--). This issue causes the module to fail parsing and prevents the application from functioning properly

Steps to Reproduce:

  • Attempt to build or run the module.
  • Observe the syntax error in the console:
Module parse failed: Assigning to rvalue (109:7)
-- - galaxystation

  • Application halts due to the error.
@volkavich
Copy link
Contributor Author

Raised pr for fixing this error:
#540

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

No branches or pull requests

2 participants
@volkavich and others