Problem/Motivation
In the file src/Element/MenuSelectTree.php, the MenuSelectTree class extends the deprecated FormElement class.
Proposed resolution
Replace the deprecated FormElement class with FormElementBase.
Issue fork menu_select-3565170
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 #2
andrii momotov commentedI assigned the task myself because I plan to fix this issue and make a Merge Request.
Please do not work on this issue.
Comment #4
andrii momotov commentedCreated the MR. Please review. Thanks.
Comment #6
andrii momotov commentedThe MR merged. Thanks.