<!-- Thank you for taking the time to contribute towards Phaser. Before submitting your issue, check the following: 1. This repo is for Phaser 3 only. Phaser 2.x issues should be raised in the [Phaser CE](https://github.com/photonstorm/phaser-ce) repo. 2. This repo should not be used for technical support. If you're struggling to use Phaser then post your question to the [forum](https://phaser.discourse.group/) or [Discord](https://phaser.io/community/discord) channels. GitHub Issues are for bugs and feature requests only. 3. Make sure your issue isn't a duplicate, or has already been fixed. 4. If your issue contains _any_ form of hostility it will be closed and you will be blocked from access to all our repos. Be nice. We do this for free. 5. If all the above is ok, fill out the template below. --> ## Version <!-- Enter the version of Phaser you're using. You can find this output to the Dev Tools console in your browser. --> * Phaser Version: 3.60 <!-- Place the operating system **below** this comment. --> * Operating system: Windows 11 <!-- If the bug is browser specific, please enter the version **below** this comment: --> * Browser: Chrome ## Description Launching .remove() on a tween causesthe following error: `Uncaught TypeError: Cannot read properties of null (reading 'remove')` This call used to work on the previous patch. ## Additional Information  <!-- Is there anything else you think would be useful for us to reproduce the error? Do you have a solution in mind? If you have any screen shots or gifs demonstrating the issue (if it can't be seen when running your code), please include those too. -->
Version
Description
Launching .remove() on a tween causesthe following error:
Uncaught TypeError: Cannot read properties of null (reading 'remove')This call used to work on the previous patch.
Additional Information