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

Fix: #528 Error: A value of type 'JSString' can't be assigned to a variable of type 'String'. #529

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

tushar-asodariya
Copy link
Contributor

@tushar-asodariya tushar-asodariya commented Aug 14, 2024

Fixes #528
There was following compile-time error :

Error: A value of type 'JSString' can't be assigned to a variable of type 'String'.

It is fixed by adding .toString();

@tushar-asodariya tushar-asodariya changed the title Fix : Error: A value of type 'JSString' can't be assigned to a variable of type 'String'. #528 Fix : #528 Error: A value of type 'JSString' can't be assigned to a variable of type 'String'. Aug 14, 2024
@tushar-asodariya
Copy link
Contributor Author

Fix : #528 Error: A value of type 'JSString' can't be assigned to a variable of type 'String'.

@tushar-asodariya tushar-asodariya changed the title Fix : #528 Error: A value of type 'JSString' can't be assigned to a variable of type 'String'. Close #528 Error: A value of type 'JSString' can't be assigned to a variable of type 'String'. Aug 14, 2024
@tushar-asodariya tushar-asodariya changed the title Close #528 Error: A value of type 'JSString' can't be assigned to a variable of type 'String'. Fix: #528 Error: A value of type 'JSString' can't be assigned to a variable of type 'String'. Aug 14, 2024
@ponnamkarthik ponnamkarthik merged commit 580346b into ponnamkarthik:master Aug 14, 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.

Error: A value of type 'JSString' can't be assigned to a variable of type 'String'.
2 participants