No `render` method found on the returned component instance: you may have forgotten to define `render` React-Laravel

Viewed 25

When the data returning from "TableRow" Component. I'm getting below error.
enter image description here enter image description here enter image description here

1 Answers

There is a typo, you spell rander() instead of render() in the TableRow component

Related