The following code example makes 3 warnings in the console.
https://codesandbox.io/s/gwwB9LA6
Versions
Warnings:
Warning: validateDOMNesting(...):
Warning: validateDOMNesting(...):
Warning: Unknown prop rowNumber on
I believe that you've forgotten to include TableRow when creating the header
Take a look at the simple example on the main site
Oops
@slavab89, thank you!
Most helpful comment
Oops