From the above URL, click on select bank autocomplete
Select a bank
Afterwards, click on the second 'autocomplete'
Actual Results: The second component crashes because the endpoint consist of array and has a query param, however if you render a getAll of the same endpoint, the component does not crash
After this fix #1423, the query params get passed through to the endpoint as expected, the above error only displays when an endpoint used has an array property within it
The Autocomplete component crashes when the specified endpoint consists of an array and includes a query parameter
Steps to reproduce the behavior:
Expected behavior The component should not crash