I\'m having trouble with React\'s Render processing. There is a function called func1 and func2, which is called when rendering (eg: return ()).
return ()
Instead of putting it as element call the function func2() But you func2 must return a valid react element.
func2()