Version
Description
Add a layer to another layer cause an error:
gameObject.removeFromDisplayList is not a function
This method is called at the start of Layer#addChildCallback for reset the displayList.
But, this method is not exist.
Example Test Code
let main_layer = this.scene.add.layer();
let sub_layer = this.scene.make.layer();
main_layer.add(sub_layer); // <- Error Here
Additional Information
This code is OK in v3.52.0