📄 useCollection.js
/home/palash/git/site/node_modules/react-stately/dist/private/collections/useCollection.js
Language: js • Lines: 39
import {CollectionBuilder as $43bac1ab0e94ec67$export$bf788dd355e3a401} from "./CollectionBuilder.js";
import {useMemo as $f2AwS$useMemo} from "react";

/*
 * Copyright 2020 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */ 

function $70601b00a8062b25$export$6cd28814d92fa9c9(props, factory, context) {
    let builder = (0, $f2AwS$useMemo)(()=>new (0, $43bac1ab0e94ec67$export$bf788dd355e3a401)(), []);
    let { children: children, items: items, collection: collection } = props;
    let result = (0, $f2AwS$useMemo)(()=>{
        if (collection) return collection;
        let nodes = builder.build({
            children: children,
            items: items
        }, context);
        return factory(nodes);
    }, [
        builder,
        children,
        items,
        collection,
        context,
        factory
    ]);
    return result;
}


export {$70601b00a8062b25$export$6cd28814d92fa9c9 as useCollection};
//# sourceMappingURL=useCollection.js.map