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
{{ message }}
This repository has been archived by the owner on May 27, 2021. It is now read-only.
Where to_recipients expects a list, even if the YAQL query returns a list, react fails to render and the screen goes permanently white until a full page reload.
The text was updated successfully, but these errors were encountered:
miyoyo
changed the title
Using a templating string instead of a list causes the entire web UI to crash
Using a YAQL templating string instead of a list causes the entire web UI to crash
Oct 30, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, when passing something such as:
Where to_recipients expects a list, even if the YAQL query returns a list, react fails to render and the screen goes permanently white until a full page reload.
The error happens here:
st2flow/modules/st2-auto-form/fields/array.js
Line 101 in d749079
The exact error is
From what I understand, the method just does not expect that
v
could be a bad string.A quick fix would be to do a type check before attempting to return a value.
The text was updated successfully, but these errors were encountered: