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
Looks like in the latest (1.4) release the .reverse() not working as expected, and because of this is the last() and the last_or_default() functions do not return the desired value. Below is an example.
Looks like in the latest (1.4) release the
.reverse()
not working as expected, and because of this is thelast()
and thelast_or_default()
functions do not return the desired value. Below is an example.The text was updated successfully, but these errors were encountered: