I am using react-handsontable and the HOT tables that get generated have a unique id. But for some reason I am getting the same id on each table id generated:
This seems to be causing another issue, the tables are getting displayed on the same DOM element.
Has anyone encountered this?