You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I try to give some style to my group elements with a custom component (name, picture, etc), however, it does not seem to work correctly.
In the scenario above, nothing is shown, the data is not fetched correctly because person is an array instead of an object. So I try to loop through it in the scenario below:
I try this way, where I loop through the group, but it only repeats the first item in the array:
Describe the bug
I try to give some style to my group elements with a custom component (name, picture, etc), however, it does not seem to work correctly.
In the scenario above, nothing is shown, the data is not fetched correctly because person is an
array
instead of an object. So I try to loop through it in the scenario below:What is the solution? Do I do something wrong?
Expected behavior
The entire group should be shown on the timeline left side bar.
Library Version
"react-calendar-timeline": "^0.28.0"
Desktop (please complete the following information):
Additional context
I use NextJS:
"next": "13.1.6",
"react": "18.2.0",
The text was updated successfully, but these errors were encountered: