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
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: