Open lounsbrough opened 4 years ago
When rendering multiple tables on the same page, I expect them to render without warnings.
React throw a warning in the console: Found 2 elements with non-unique id #pagination-next
Found 2 elements with non-unique id #pagination-next
Just render two tables on the same page.
Sandbox with code to reproduce (codesandbox doesn't show the error, have to run locally) https://codesandbox.io/s/upbeat-mclaren-che94
Is there any update yet ?
Expected Behavior
When rendering multiple tables on the same page, I expect them to render without warnings.
Current Behavior
React throw a warning in the console:
Found 2 elements with non-unique id #pagination-next
Steps to Reproduce (for bugs)
Just render two tables on the same page.
Sandbox with code to reproduce (codesandbox doesn't show the error, have to run locally) https://codesandbox.io/s/upbeat-mclaren-che94
Your Environment