The better way to handle this would be to use to_form(data, id: unique_prefix), which would make the id generation be unique without messing with components.
The better way to handle this would be to use to_form(data, id: unique_prefix), which would make the id generation be unique without messing with components.