Replies: 1 comment 1 reply
-
something get wrong with example:
|
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.
-
Hi, I want to suggest a syntax for field names where i want to use Hashmap Object with ids
Like that: { 1: true, 21999: false }
roles.map(role => (
))
Because in the same situations with Array, we should use [] instead of {}
Beta Was this translation helpful? Give feedback.
All reactions