Replies: 1 comment 1 reply
-
I've converted the discussion to an issue: #3286 Let's discussing it there 👍 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The current typings for
ObservableMap<K, V>
include the following method:I would love to see that
| any
removed, what could I do to help with that? Including forObservableSet
andObservableArray
.I know that, for instance, also
[K, V][]
is an acceptable type forvalues
since I use it a lot.Beta Was this translation helpful? Give feedback.
All reactions