()
| 4756 | return memo2( |
| 4757 | () => memo2(() => !!isUndefined2(store()))() ? EMPTY_STRING2 : createComponent2(Details, { |
| 4758 | get uniqueId() { |
| 4759 | return getUniqueId("s", props.storeId); |
| 4760 | }, |
| 4761 | get title() { |
| 4762 | return (store().isMergeable() ? "Mergeable" : "") + "Store: " + (props.storeId ?? DEFAULT); |
| 4763 | }, |
nothing calls this directly
no test coverage detected
searching dependent graphs…