prefect-design
prefect-design copied to clipboard
Bug: `PTable` rows are not correctly torn down
PTable
uses index as the template key for its loop on PTableRow
. In many circumstances this is fine but in instances where items are removed from the list, downstream components may not be properly torn down.