+ >
+ {(institution) => (
+
+ {institution}
+
+ )}
+
+ {footerState !== null ? (
+
+ {hasNextPage ? (
+ {
+ void fetchNextPage({ cancelRefetch: false })
+ }}
+ preloadDistance={5}
+ scrollContainerRef={listRef}
+ />
+ ) : null}
+ {footerState === 'error' ? (
+
+ {t(($) => $['dynamicSelect.error'], { ns: 'common' })}
+
+ ) : (
+
+ )}
+
) : null}
- {footerState === 'error' ? (
-
- {t(($) => $['dynamicSelect.error'], { ns: 'common' })}
-
- ) : (
-
- )}
-