After upgrading to Drupal 10.2, I get the following error:
Typed property Drupal\\Core\\Menu\\MenuLinkTree::$callableResolver must not be accessed before initialization.
After some debugging I discovered, that the error is caused from the file colossal_menu/src/Menu/MenuLinkTree.php
and the missing parent constructor call.
Fixed
3.0
Code