Browsing commits in the web UI at /scm/repo/namspace/repo_name/code/branch/default/changesets
returns replacements.flatMap
is not a function, see image:
SCM error
I traced this to scm-ui\ui-components\src\repos\changesets\ChangesetDescription.tsx
in line 46.
My deployment is in a docker container but I was able to verify the issue on a physical deployment of the application as well. Am I missing a dependency?
edit: The deployed version of scm-manager
is 2.3.0 in both cases.