Amresha
Amresha
> @buxzee if you change the key of the component when it finishes typing it will remount and begin the animation again. @ElllGeeEmm thank you for your response. I am...
> Can you please post this project to sandbox? And use my changes, where you firstly tagged me. Please find the link to the sandbox, https://codesandbox.io/s/fragrant-cherry-w5sjh?file=/src/App.js If I can just...
> Hi, can you check this code > > { if (event.type === "click" && elements.length) { console.log(elements[0]); } }} /> I have updated the sandbox, please check. It shows...
> elements[0]?.index, > elements[0]?.datasetIndex Many Thanks @Venulapog its working. I can get the index value. Can you please guide me on how should I use this [index value](https://github.com/amresha/weather-app/blob/5eb6a8cf3aa4757c909822673b603ccb90814fae/src/component/Graph.jsx#L63) to update...
@tynarbekov can you please help us in this situation.
> right now I am also stuck in the same part, whenever I update the state variable on click the graph re-renders, so basically on click graph is moving from...