Replies: 1 comment 1 reply
-
@gaurikalp this is an anti-pattern and will have a big performance impact if you list is large. Instead of repeating the API for each card, can you call a single API that returns just the high level data for all the cards? That way you can render the cards quickly. Does that work for you? |
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
-
As we call the Slot API on the onLoad event of the doctor card, the slot card is overwritten by the previous API call,
as recorded in the clip.
ScreenRecorderProject2.mp4
Beta Was this translation helpful? Give feedback.
All reactions