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
After upgrading to Patternfly 5 it looks like arg.cell.value is not a String array anymore but a Set and this is breaking the current frontend preventing to show the list of tests.
error during render TypeError: watching.some is not a function
at WatchDropdown (AllTests.tsx:80:31)
To Reproduce
Create a test
Reload the /test/ web page
Version
What is the version of Horreum ?
If you are using a development branch; what is the commit id ?
0.18.x
The text was updated successfully, but these errors were encountered:
Describe the bug
After upgrading to Patternfly 5 it looks like
arg.cell.value
is not a String array anymore but aSet
and this is breaking the current frontend preventing to show the list of tests.To Reproduce
/test/
web pageVersion
What is the version of Horreum ?
If you are using a development branch; what is the commit id ?
The text was updated successfully, but these errors were encountered: