Problem/Motivation
The $tempStore property on Drupal\Core\Action\Plugin\Action\DeleteAction is type hinted as \Drupal\Core\TempStore\SharedTempStore, but it should be \Drupal\Core\TempStore\PrivateTempStore since it's constructed by Drupal\Core\TempStore\PrivateTempStoreFactory.
Proposed resolution
Change the type hint.
Issue fork drupal-3347019
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
dieterholvoet commentedComment #4
smustgrave commentedThis was actually fixed in #3135038: Fix change SharedTempStore to PrivateTempStoreFactory on the DeleteAction will leave a comment there if it should be backported.
Comment #7
dieterholvoet commented