We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13844dd commit 9b19589Copy full SHA for 9b19589
1 file changed
src/javascript/lib/core/erlang_compat/maps.js
@@ -13,7 +13,8 @@ function is_non_primitive(key) {
13
erlang.is_map(key) ||
14
erlang.is_pid(key) ||
15
erlang.is_reference(key) ||
16
- erlang.is_bitstring(key)
+ erlang.is_bitstring(key) ||
17
+ erlang.is_tuple(key)
18
);
19
}
20
0 commit comments