How to solve this:Cannot convert value of type 'String' to expected argument type 'Binding<String>'

Welcome to the forum.

You should show the code directly in post and indicate where the error occurs.

But the error message means that you have a var that is a binding and you call it as myVar, when you should call it with $myVar

How to solve this:Cannot convert value of type 'String' to expected argument type 'Binding&lt;String&gt;'
 
 
Q