Unverified Commit 400100b5 authored by mvdbeek's avatar mvdbeek
Browse files

Switch comments

parent e34b3fb9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -108,11 +108,11 @@ export function useKeyedCache<T>(
         */
        getItemById,
        /**
         * A computed function that returns true if the item with the given id is currently being fetched.
         * A computed function holding errors
         */
        getItemLoadError,
        /**
         * A computed function holding errors
         * A computed function that returns true if the item with the given id is currently being fetched.
         */
        isLoadingItem,
        /**