Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #4479
Description
After debug with [email protected], I noticed that there's no params for
![image](https://private-user-images.githubusercontent.com/43104791/398310994-209d08c1-f4cc-43e6-95be-4b93095c74e2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNTg5NTcsIm5iZiI6MTczOTA1ODY1NywicGF0aCI6Ii80MzEwNDc5MS8zOTgzMTA5OTQtMjA5ZDA4YzEtZjRjYy00M2U2LTk1YmUtNGI5MzA5NWM3NGUyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDIzNTA1N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIyZDRlYmUyOTk3YWRkNmQ2NTNiOTM3ODNiYWIyMDNjZDE4YWU0MGU5Y2MzNTM2NWRlZTIyZGFkYTE0NTBkZDgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.1SzPyXARbLlQsat8yV-mkaKC9AjVJ1q3S07JZV52390)
![image](https://private-user-images.githubusercontent.com/43104791/398311670-2aaac999-4700-45ac-9572-da8950995429.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNTg5NTcsIm5iZiI6MTczOTA1ODY1NywicGF0aCI6Ii80MzEwNDc5MS8zOTgzMTE2NzAtMmFhYWM5OTktNDcwMC00NWFjLTk1NzItZGE4OTUwOTk1NDI5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDIzNTA1N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNjNWFhZDE1MjJmOWU5YmFkZDAyYzUwOWUyN2I5ODc5NTQyOTRiOWFlZTYxZjI0NDAxMjFlYTE0ZmUxYjhhNmEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.PySWOLF4L__Pqo4zu0iFuROgxm4-LcOBtkHp84ZjeTs)
removeItem
, which will lead to the error 'illegal invocation', like in the screenshot.Solution
I've already patched in my project, and it works well now.