1
Is there any way to put two JSX expressions on onload? Every time I try to put two expressions he doesn’t recognize the second expression. I wanted to try to put it this way :
<td onLoad={e < index.length ? e = e : e++}{i >= proximo_mes.length ? i = i : null}></td>
if you can put the full example of your claim only this passage does not say much, I particularly would not use
onLoad
because I think there are better ways to solve, but without the code in full and without a context it becomes complicated. The answer in creating aarrow function
is not exactly why you have to create a function to solve this problem and then enter common or anonymous functions– novic