Unable to retrieve the Array of Items #182
Answered
by
mobsense
ganeshan102
asked this question in
Q&A
-
rules.forEach(rule => {
When i do iterate the above rules result, getting the below exception. I want to retrieve the list of items and which needs to be iterate. |
Beta Was this translation helpful? Give feedback.
Answered by
mobsense
Nov 8, 2021
Replies: 2 comments 1 reply
-
Fetch does not return an array. It returns a map indexed by model type. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mobsense
-
Do we have any example in our repo? |
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
Fetch does not return an array. It returns a map indexed by model type.