When using Autocomplete component from the store, and there is no value (null), even if checking properly for that, it dumps console errors.
So e.g.:
Gives errors like this unless there is an actual value:
index.js:1 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'value')
at e.getValue (index.js:1:6799)
at bundle.js:42:108
at onChange (bundle.js:42:121)