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
The data object defines one subject with data only in the GO CC category. The initial display looks correct.
If you check the "Show only GO CC" checkbox, two of the categories are filtered out of the original data object. In the display, those categories go away. This still looks correct.
Now, if you uncheck the "Show only GO CC" checkbox, the original data object is used again. All three categories are displayed, but you can see that several of the anatomical structure cells are now filled in. This is incorrect.
The text was updated successfully, but these errors were encountered:
It's the cause of bug that's currently out on the production Alliance site (see AGR-2334). Someone on the expression group pointed that behavior out to me. Ideally it can be fixed in the 3.2.0 timeframe.
Here is a code sandbox with an example:
https://codesandbox.io/s/kind-dan-9q8y0?file=/src/index.js
The
data
object defines one subject with data only in the GO CC category. The initial display looks correct.If you check the "Show only GO CC" checkbox, two of the categories are filtered out of the original
data
object. In the display, those categories go away. This still looks correct.Now, if you uncheck the "Show only GO CC" checkbox, the original
data
object is used again. All three categories are displayed, but you can see that several of the anatomical structure cells are now filled in. This is incorrect.The text was updated successfully, but these errors were encountered: