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
Select any species on the left- or right-hand side.
Deselect the previously selected contributor.
The result is a client-side exception with the message: TypeError: s[t] is undefined. This is rather nondescript, as the code is minified. The same error in a dev environment reads: Uncaught TypeError: data[particle] is undefined. The error originates in the StateSelect component:
To reproduce:
The result is a client-side exception with the message:
TypeError: s[t] is undefined
. This is rather nondescript, as the code is minified. The same error in a dev environment reads:Uncaught TypeError: data[particle] is undefined
. The error originates in theStateSelect
component:LXCat/app/src/shared/state-select.tsx
Lines 48 to 50 in 208e473
Logging
data
andparticle
reveals the problem. As the referenced key on the particle level does not exist in the returned dictionary:data
:particle
:State/909535
The text was updated successfully, but these errors were encountered: