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
I'm having a hard time figuring out the flow and how this bug occurs. Basically it has to do with references that can't be resolved (0, for instance). They are returned from the fetcher as null and something in the resolve-fragment code tries to map over the values and extract the IDs from it. That obviously fails when encountering a null.
I hotfixed it with d566b43, but someone(tm) should add a test to ensure there are no regressions later.
The text was updated successfully, but these errors were encountered:
I'm having a hard time figuring out the flow and how this bug occurs. Basically it has to do with references that can't be resolved (
0
, for instance). They are returned from the fetcher asnull
and something in theresolve-fragment
code tries to map over the values and extract the IDs from it. That obviously fails when encountering anull
.I hotfixed it with d566b43, but someone(tm) should add a test to ensure there are no regressions later.
The text was updated successfully, but these errors were encountered: