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
Describe the bug
If a user is required to enter a script/transaction argument of type String, they will do so without using quotes. As a result, and error is returned.
To Reproduce
Steps to reproduce the behavior:
Open playground
Update script to have a String argument
Run script and enter test
Spinner is shown and console error is logged
Expected behavior
String is accepted
Screenshots
The text was updated successfully, but these errors were encountered:
alxflw
changed the title
Script arguments of type string not accepted if quotes are missing
Script/transaction arguments of type string not accepted if quotes are missing
Jan 21, 2022
I am also facing same issue, also I am trying to concatenate strings so if I pass quotation marks than that will also be the part of string which is causing issue, so I am using static values instead of passing arguments in scripts ans transaction for string.
As a matter of fact it was more about how language server is processing string literals. I believe I was able to fix the issue and now it should work as designed.
This should be addresses, when #211 will be merged :)
Describe the bug
If a user is required to enter a script/transaction argument of type String, they will do so without using quotes. As a result, and error is returned.
To Reproduce
Steps to reproduce the behavior:
test
Expected behavior
String is accepted
Screenshots
The text was updated successfully, but these errors were encountered: