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

64 Views Asked by At

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

There are 1 best solutions below

1
Ricardo Sanchez On BEST ANSWER

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