Replies: 1 comment
-
This should be working as you have it. What doesn't work? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can i pass react dynamic state value to Countdown component date attribute
Ex :
<Countdown autoStart={true} date={new Date(meetingEndTime.date)} renderer={renderer}/>
I have pass my react state meetingEndTime.date like above code snippet to date attribute but seems like not work
Beta Was this translation helpful? Give feedback.
All reactions