diff --git a/apis/nucleus/src/components/listbox/ListBox.jsx b/apis/nucleus/src/components/listbox/ListBox.jsx index e51482da3..f5c9b2fb1 100644 --- a/apis/nucleus/src/components/listbox/ListBox.jsx +++ b/apis/nucleus/src/components/listbox/ListBox.jsx @@ -91,7 +91,7 @@ export default function ListBox({ if (itemsLoader.pages.length && !awaitingFrequencyMax) { // All necessary data fetching done - signal rendering done! - renderedCallback(); + renderedCallback?.(); } }