Describe the bug
In the context of Selection Session, new search UI does not have any real error handling due to the implementation of updateTemplate being a nop. More details can be found in App.tsx,
To Reproduce
Steps to reproduce the behavior:
Open new search UI in Selection Session
Manually throw an error
Nothing is given to indicate an error has happened.
Expected behavior
An indicator like a SnackBar should pop up to let users know what error just happened.
Describe the bug In the context of Selection Session, new search UI does not have any real error handling due to the implementation of
updateTemplate
being anop
. More details can be found inApp.tsx
,To Reproduce Steps to reproduce the behavior:
Expected behavior An indicator like a
SnackBar
should pop up to let users know what error just happened.Screenshots N/A
Stacktrace N/A
Platform:
Additional context N/A