Find the cost of adding an npm package to your app's bundle size teardown.kelinci.dev
14
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: show loading indicator when switching subpaths

Mary c25225ab fad5d059

+1 -1
+1 -1
src/components/package-bundle.tsx
··· 184 184 </div> 185 185 </Match> 186 186 187 - <Match when={bundle()}> 187 + <Match when={initialBundle() && bundle()}> 188 188 {(bundleData) => ( 189 189 <div class="flex flex-col gap-5"> 190 190 {/* size display card */}