@override Tree? build(String? id) { final tree = ref.watch(componentTreeNotifierProvider); if (id == null) return tree; return findTreeWithId(tree, id); }