{"version":3,"sources":["webpack:///./js/react/blog/listing/BlogRelatedListingRoot.tsx"],"names":["Listing","lazy","ListingRoot","nodeId","type","useHabitat","React","createElement","Suspense","fallback"],"mappings":"0FAAA,oCACA,MAAMA,EAAUC,eAAK,IAAM,sDAOZC,UALK,KAChB,MAAM,OAAEC,EAAF,KAAUC,GAASC,cACzB,OAAQC,IAAMC,cAAcC,WAAU,CAAEC,SAAUH,IAAMC,cAAc,IAAK,KAAM,YAC7ED,IAAMC,cAAcP,EAAS,CAAEG,OAAQA,EAAQC,KAAMA","file":"document-list-simple-5fc8c06e691104f27d5f.js","sourcesContent":["import React, { lazy, Suspense } from 'react';\r\nconst Listing = lazy(() => import('./BlogRelatedListing'));\r\nimport { useHabitat } from '@react/shared/HabitatContext';\r\nconst ListingRoot = () => {\r\n const { nodeId, type } = useHabitat();\r\n return (React.createElement(Suspense, { fallback: React.createElement(\"p\", null, \"Loading\") },\r\n React.createElement(Listing, { nodeId: nodeId, type: type })));\r\n};\r\nexport default ListingRoot;\r\n"],"sourceRoot":""}