When updating Handsontable to version 14.0.0, a problem arose when using the dropdownMenu property with a specific string array:
dropdownMenu={[
‘filter_by_condition’,
‘filter_by_value’,
‘filter_action_bar’
]}
clicking ok to filter a value, the following error happens:
By the way, it’s happening in the documentation too: