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
Hello @karoyqiu, we've fixed this over at the Radashi fork. You can use it today by installing radashi@beta. An official release is pending until I get the docs running. You can check out the CHANGELOG.md to see everything we've added/fixed.
Code:
toggle([0, 1, 2, 3], 0)
Expected result:
[1, 2, 3]
Actual result:
[0, 1, 2, 3]
Radash version 12.1.0
The text was updated successfully, but these errors were encountered: