Using Ignition 8.0.14, perspective.
I have a dropdown that has a named query for a data source, the named query takes no parameters. There are now other value change scripts or bindings on the dropdown, or any other script that affects this component (it’s brand new on this view). When I was testing it in client to see that my named query results were coming through correctly I saw this -
The link takes me here. So it seems like this drop down is missing the return render()
statement in react? Not sure how this is possible though. Also this component does seem to work fine when I am testing in designer, only in my client do I get this issue.