mirror of
https://github.com/streamich/react-use.git
synced 2026-01-25 14:17:16 +00:00
1 line
53 KiB
JavaScript
1 line
53 KiB
JavaScript
(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{"./.storybook/config.js":function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),function(module){__webpack_require__("./node_modules/core-js/modules/es.array.for-each.js"),__webpack_require__("./node_modules/core-js/modules/web.dom-collections.for-each.js"),__webpack_require__("./node_modules/core-js/modules/es.object.to-string.js"),__webpack_require__("./node_modules/core-js/modules/es.array.iterator.js"),__webpack_require__("./node_modules/core-js/modules/web.dom-collections.iterator.js");var _storybook_react__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("./node_modules/@storybook/react/dist/esm/client/index.js"),_storybook_addon_options__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("./node_modules/@storybook/addon-options/dist/index.js");Object(_storybook_addon_options__WEBPACK_IMPORTED_MODULE_6__.setOptions)({sortStoriesByKind:!1,showStoriesPanel:!0,showAddonPanel:!0,showSearchBox:!1,addonPanelInRight:!0,hierarchySeparator:/\//,hierarchyRootSeparator:/\|/,sidebarAnimations:!1});var req=__webpack_require__("./stories sync recursive \\.story\\.tsx?$");Object(_storybook_react__WEBPACK_IMPORTED_MODULE_5__.configure)((function loadStories(){req.keys().forEach((function(filename){return req(filename)}))}),module)}.call(this,__webpack_require__("./node_modules/webpack/buildin/harmony-module.js")(module))},"./.storybook/config.js-generated-config-entry.js":function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__);__webpack_require__("./node_modules/core-js/modules/es.object.keys.js"),__webpack_require__("./node_modules/core-js/modules/es.symbol.js"),__webpack_require__("./node_modules/core-js/modules/es.array.filter.js"),__webpack_require__("./node_modules/core-js/modules/es.object.get-own-property-descriptor.js"),__webpack_require__("./node_modules/core-js/modules/es.array.for-each.js"),__webpack_require__("./node_modules/core-js/modules/web.dom-collections.for-each.js"),__webpack_require__("./node_modules/core-js/modules/es.object.get-own-property-descriptors.js"),__webpack_require__("./node_modules/core-js/modules/es.object.define-properties.js"),__webpack_require__("./node_modules/core-js/modules/es.object.define-property.js");var _root_repo_node_modules_storybook_client_api__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__("./node_modules/@storybook/client-api/dist/esm/ClientApi.js"),_root_repo_node_modules_storybook_client_logger__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__("./node_modules/@storybook/client-logger/dist/esm/index.js"),_root_repo_storybook_config_js__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__("./.storybook/config.js");function ownKeys(object,enumerableOnly){var keys=Object.keys(object);if(Object.getOwnPropertySymbols){var symbols=Object.getOwnPropertySymbols(object);enumerableOnly&&(symbols=symbols.filter((function(sym){return Object.getOwnPropertyDescriptor(object,sym).enumerable}))),keys.push.apply(keys,symbols)}return keys}function _defineProperty(obj,key,value){return key in obj?Object.defineProperty(obj,key,{value:value,enumerable:!0,configurable:!0,writable:!0}):obj[key]=value,obj}Object.keys(_root_repo_storybook_config_js__WEBPACK_IMPORTED_MODULE_11__).forEach((function(key){var value=_root_repo_storybook_config_js__WEBPACK_IMPORTED_MODULE_11__[key];switch(key){case"args":case"argTypes":return _root_repo_node_modules_storybook_client_logger__WEBPACK_IMPORTED_MODULE_10__.a.warn("Invalid args/argTypes in config, ignoring.",JSON.stringify(value));case"decorators":return value.forEach((function(decorator){return Object(_root_repo_node_modules_storybook_client_api__WEBPACK_IMPORTED_MODULE_9__.d)(decorator,!1)}));case"loaders":return value.forEach((function(loader){return Object(_root_repo_node_modules_storybook_client_api__WEBPACK_IMPORTED_MODULE_9__.e)(loader,!1)}));case"parameters":return Object(_root_repo_node_modules_storybook_client_api__WEBPACK_IMPORTED_MODULE_9__.f)(function _objectSpread(target){for(var i=1;i<arguments.length;i++){var source=null!=arguments[i]?arguments[i]:{};i%2?ownKeys(Object(source),!0).forEach((function(key){_defineProperty(target,key,source[key])})):Object.getOwnPropertyDescriptors?Object.defineProperties(target,Object.getOwnPropertyDescriptors(source)):ownKeys(Object(source)).forEach((function(key){Object.defineProperty(target,key,Object.getOwnPropertyDescriptor(source,key))}))}return target}({},value),!1);case"argTypesEnhancers":return value.forEach((function(enhancer){return Object(_root_repo_node_modules_storybook_client_api__WEBPACK_IMPORTED_MODULE_9__.b)(enhancer)}));case"argsEnhancers":return value.forEach((function(enhancer){return Object(_root_repo_node_modules_storybook_client_api__WEBPACK_IMPORTED_MODULE_9__.c)(enhancer)}));case"render":return Object(_root_repo_node_modules_storybook_client_api__WEBPACK_IMPORTED_MODULE_9__.g)(value);case"globals":case"globalTypes":var v={};return v[key]=value,Object(_root_repo_node_modules_storybook_client_api__WEBPACK_IMPORTED_MODULE_9__.f)(v,!1);case"decorateStory":case"renderToDOM":return null;default:return console.log(key+" was not supported :( !")}}))},"./stories sync recursive \\.story\\.tsx?$":function(module,exports,__webpack_require__){var map={"./comps/UseKey.story.tsx":"./stories/comps/UseKey.story.tsx","./createBreakpoint.story.tsx":"./stories/createBreakpoint.story.tsx","./createGlobalState.story.tsx":"./stories/createGlobalState.story.tsx","./createMemo.story.tsx":"./stories/createMemo.story.tsx","./createReducer.story.tsx":"./stories/createReducer.story.tsx","./createReducerContext.story.tsx":"./stories/createReducerContext.story.tsx","./createStateContext.story.tsx":"./stories/createStateContext.story.tsx","./useAsync.story.tsx":"./stories/useAsync.story.tsx","./useAsyncFn.story.tsx":"./stories/useAsyncFn.story.tsx","./useAsyncRetry.story.tsx":"./stories/useAsyncRetry.story.tsx","./useAudio.story.tsx":"./stories/useAudio.story.tsx","./useBattery.story.tsx":"./stories/useBattery.story.tsx","./useBeforeUnload.story.tsx":"./stories/useBeforeUnload.story.tsx","./useBoolean.story.tsx":"./stories/useBoolean.story.tsx","./useClickAway.story.tsx":"./stories/useClickAway.story.tsx","./useCookie.story.tsx":"./stories/useCookie.story.tsx","./useCopyToClipboard.story.tsx":"./stories/useCopyToClipboard.story.tsx","./useCounter.story.tsx":"./stories/useCounter.story.tsx","./useCss.story.tsx":"./stories/useCss.story.tsx","./useCustomCompareEffect.story.tsx":"./stories/useCustomCompareEffect.story.tsx","./useDebounce.story.tsx":"./stories/useDebounce.story.tsx","./useDeepCompareEffect.story.tsx":"./stories/useDeepCompareEffect.story.tsx","./useDefault.story.tsx":"./stories/useDefault.story.tsx","./useDrop.story.tsx":"./stories/useDrop.story.tsx","./useDropArea.story.tsx":"./stories/useDropArea.story.tsx","./useEffectOnce.story.tsx":"./stories/useEffectOnce.story.tsx","./useEnsuredForwardedRef.story.tsx":"./stories/useEnsuredForwardedRef.story.tsx","./useError.story.tsx":"./stories/useError.story.tsx","./useEvent.story.tsx":"./stories/useEvent.story.tsx","./useFavicon.story.tsx":"./stories/useFavicon.story.tsx","./useFirstMountState.story.tsx":"./stories/useFirstMountState.story.tsx","./useFullscreen.story.tsx":"./stories/useFullscreen.story.tsx","./useGeolocation.story.tsx":"./stories/useGeolocation.story.tsx","./useGetSet.story.tsx":"./stories/useGetSet.story.tsx","./useGetSetState.story.tsx":"./stories/useGetSetState.story.tsx","./useHarmonicIntervalFn.story.tsx":"./stories/useHarmonicIntervalFn.story.tsx","./useHash.story.tsx":"./stories/useHash.story.tsx","./useHover.story.tsx":"./stories/useHover.story.tsx","./useHoverDirty.story.tsx":"./stories/useHoverDirty.story.tsx","./useIdle.story.tsx":"./stories/useIdle.story.tsx","./useIntersection.story.tsx":"./stories/useIntersection.story.tsx","./useInterval.story.tsx":"./stories/useInterval.story.tsx","./useIsomorphicLayoutEffect.story.tsx":"./stories/useIsomorphicLayoutEffect.story.tsx","./useKey.story.tsx":"./stories/useKey.story.tsx","./useKeyPress.story.tsx":"./stories/useKeyPress.story.tsx","./useKeyPressEvent.story.tsx":"./stories/useKeyPressEvent.story.tsx","./useKeyboardJs.story.tsx":"./stories/useKeyboardJs.story.tsx","./useLatest.story.tsx":"./stories/useLatest.story.tsx","./useLifecycles.story.tsx":"./stories/useLifecycles.story.tsx","./useList.story.tsx":"./stories/useList.story.tsx","./useLocalStorage.story.tsx":"./stories/useLocalStorage.story.tsx","./useLocation.story.tsx":"./stories/useLocation.story.tsx","./useLockBodyScroll.story.tsx":"./stories/useLockBodyScroll.story.tsx","./useLogger.story.tsx":"./stories/useLogger.story.tsx","./useLongPress.story.tsx":"./stories/useLongPress.story.tsx","./useMap.story.tsx":"./stories/useMap.story.tsx","./useMeasure.story.tsx":"./stories/useMeasure.story.tsx","./useMedia.story.tsx":"./stories/useMedia.story.tsx","./useMediaDevices.story.tsx":"./stories/useMediaDevices.story.tsx","./useMediatedState.story.tsx":"./stories/useMediatedState.story.tsx","./useMethods.story.tsx":"./stories/useMethods.story.tsx","./useMotion.story.tsx":"./stories/useMotion.story.tsx","./useMount.story.tsx":"./stories/useMount.story.tsx","./useMountedState.story.tsx":"./stories/useMountedState.story.tsx","./useMouse.story.tsx":"./stories/useMouse.story.tsx","./useMouseHovered.story.tsx":"./stories/useMouseHovered.story.tsx","./useMouseWheel.story.tsx":"./stories/useMouseWheel.story.tsx","./useMultiStateValidator.story.tsx":"./stories/useMultiStateValidator.story.tsx","./useNetwork.story.tsx":"./stories/useNetwork.story.tsx","./useObservable.story.tsx":"./stories/useObservable.story.tsx","./useOrientation.story.tsx":"./stories/useOrientation.story.tsx","./usePageLeave.story.tsx":"./stories/usePageLeave.story.tsx","./usePermission.story.tsx":"./stories/usePermission.story.tsx","./usePrevious.story.tsx":"./stories/usePrevious.story.tsx","./usePreviousDistinct.story.tsx":"./stories/usePreviousDistinct.story.tsx","./usePromise.story.tsx":"./stories/usePromise.story.tsx","./useQueue.story.tsx":"./stories/useQueue.story.tsx","./useRaf.story.tsx":"./stories/useRaf.story.tsx","./useRafLoop.story.tsx":"./stories/useRafLoop.story.tsx","./useRafState.story.tsx":"./stories/useRafState.story.tsx","./useRendersCount.story.tsx":"./stories/useRendersCount.story.tsx","./useScratch.story.tsx":"./stories/useScratch.story.tsx","./useScroll.story.tsx":"./stories/useScroll.story.tsx","./useScrollbarWidth.story.tsx":"./stories/useScrollbarWidth.story.tsx","./useScrolling.story.tsx":"./stories/useScrolling.story.tsx","./useSearchParam.story.tsx":"./stories/useSearchParam.story.tsx","./useSessionStorage.story.tsx":"./stories/useSessionStorage.story.tsx","./useSet.story.tsx":"./stories/useSet.story.tsx","./useSetState.story.tsx":"./stories/useSetState.story.tsx","./useShallowCompareEffect.story.tsx":"./stories/useShallowCompareEffect.story.tsx","./useSize.story.tsx":"./stories/useSize.story.tsx","./useSlider.story.tsx":"./stories/useSlider.story.tsx","./useSpeech.story.tsx":"./stories/useSpeech.story.tsx","./useSpring.story.tsx":"./stories/useSpring.story.tsx","./useStartTyping.story.tsx":"./stories/useStartTyping.story.tsx","./useStateList.story.tsx":"./stories/useStateList.story.tsx","./useStateValidator.story.tsx":"./stories/useStateValidator.story.tsx","./useStateWithHistory.story.tsx":"./stories/useStateWithHistory.story.tsx","./useThrottle.story.tsx":"./stories/useThrottle.story.tsx","./useThrottleFn.story.tsx":"./stories/useThrottleFn.story.tsx","./useTimeout.story.tsx":"./stories/useTimeout.story.tsx","./useTimeoutFn.story.tsx":"./stories/useTimeoutFn.story.tsx","./useTitle.story.tsx":"./stories/useTitle.story.tsx","./useToggle.story.tsx":"./stories/useToggle.story.tsx","./useTween.story.tsx":"./stories/useTween.story.tsx","./useUnmount.story.tsx":"./stories/useUnmount.story.tsx","./useUpdate.story.tsx":"./stories/useUpdate.story.tsx","./useUpdateEffect.story.tsx":"./stories/useUpdateEffect.story.tsx","./useUpsert.story.tsx":"./stories/useUpsert.story.tsx","./useVibrate.story.tsx":"./stories/useVibrate.story.tsx","./useVideo.story.tsx":"./stories/useVideo.story.tsx","./useWindowScroll.story.tsx":"./stories/useWindowScroll.story.tsx","./useWindowSize.story.tsx":"./stories/useWindowSize.story.tsx"};function webpackContext(req){var id=webpackContextResolve(req);return __webpack_require__(id)}function webpackContextResolve(req){if(!__webpack_require__.o(map,req)){var e=new Error("Cannot find module '"+req+"'");throw e.code="MODULE_NOT_FOUND",e}return map[req]}webpackContext.keys=function webpackContextKeys(){return Object.keys(map)},webpackContext.resolve=webpackContextResolve,module.exports=webpackContext,webpackContext.id="./stories sync recursive \\.story\\.tsx?$"},"./stories/comps/UseKey.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/createBreakpoint.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/createGlobalState.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/createMemo.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/createReducer.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/createReducerContext.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/createStateContext.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useAsync.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useAsyncFn.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useAsyncRetry.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useAudio.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useBattery.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useBeforeUnload.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useBoolean.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useClickAway.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useCookie.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useCopyToClipboard.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useCounter.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useCss.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useCustomCompareEffect.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useDebounce.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useDeepCompareEffect.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useDefault.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useDrop.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useDropArea.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useEffectOnce.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useEnsuredForwardedRef.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useError.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useEvent.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useFavicon.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useFirstMountState.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useFullscreen.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useGeolocation.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useGetSet.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useGetSetState.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useHarmonicIntervalFn.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useHash.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useHover.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useHoverDirty.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useIdle.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useIntersection.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useInterval.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useIsomorphicLayoutEffect.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useKey.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useKeyPress.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useKeyPressEvent.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useKeyboardJs.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useLatest.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useLifecycles.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useList.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useLocalStorage.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useLocation.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useLockBodyScroll.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useLogger.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useLongPress.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useMap.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useMeasure.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useMedia.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useMediaDevices.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useMediatedState.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useMethods.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useMotion.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useMount.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useMountedState.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useMouse.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useMouseHovered.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useMouseWheel.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useMultiStateValidator.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useNetwork.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useObservable.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useOrientation.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/usePageLeave.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/usePermission.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/usePrevious.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/usePreviousDistinct.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/usePromise.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useQueue.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useRaf.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useRafLoop.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useRafState.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useRendersCount.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useScratch.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useScroll.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useScrollbarWidth.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useScrolling.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useSearchParam.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useSessionStorage.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useSet.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useSetState.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useShallowCompareEffect.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useSize.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useSlider.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useSpeech.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useSpring.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useStartTyping.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useStateList.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useStateValidator.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useStateWithHistory.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useThrottle.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useThrottleFn.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useTimeout.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useTimeoutFn.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useTitle.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useToggle.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useTween.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useUnmount.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useUpdate.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useUpdateEffect.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useUpsert.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useVibrate.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useVideo.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useWindowScroll.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./stories/useWindowSize.story.tsx":function(module,exports){throw new Error("Module build failed (from ./node_modules/ts-loader/index.js):\nTypeError: loaderContext.getOptions is not a function\n at getLoaderOptions (/root/repo/node_modules/ts-loader/dist/index.js:91:41)\n at Object.loader (/root/repo/node_modules/ts-loader/dist/index.js:14:21)")},"./storybook-init-framework-entry.js":function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__);__webpack_require__("./node_modules/@storybook/react/dist/esm/client/index.js")},0:function(module,exports,__webpack_require__){__webpack_require__("./node_modules/@storybook/core-client/dist/esm/globals/polyfills.js"),__webpack_require__("./node_modules/@storybook/core-client/dist/esm/globals/globals.js"),__webpack_require__("./storybook-init-framework-entry.js"),__webpack_require__("./node_modules/@storybook/react/dist/esm/client/preview/config-generated-config-entry.js"),module.exports=__webpack_require__("./.storybook/config.js-generated-config-entry.js")},1:function(module,exports){}},[[0,2,3]]]); |