In D10241, both NodeItems for NodeGroupInput and NodeGroupOutput in the nodeitem_builtin.py were moved from their categories into the 'node_group_items' generator.
As the NodeItem.poll() is called by the NodeCategory class and not by the NodeItem class, the poll functions associated with those NodeItems were never called.
This should correct that.