Scott Wu
Scott Wu
i think ref in is not reactive. Force to reload with {#key lastDoc}{/key}
```js import type { Meta } from '@storybook/svelte' import MyComponent from './MyComponent.svelte' export const meta: Meta = { // ... } ``` Is this the same thing?
> The only thing to consider is the conflict with user localstorage frameworks selection is we update the url realtime. Couldn't URL data and localstorage data be synced?
documentation no longer categorizes the functions (ie list, string, function, object), is this intended?
dont clone the repo run `npm i sveltefire`
The op's issue is because he is using a monorepo called moonrepo I can confirm this is also bugged with turborepo, and the fix is the same.
 I am on node16, that is most likely the problem. Is it possible to set minimum requirements for this package? Or a polyfill?
Winboat is now part of unstable. see https://github.com/NixOS/nixpkgs/pull/451068 instructions at https://github.com/TibixDev/winboat/pull/281#issuecomment-3436546594
it would benefit to actually explain the task list order, because currently, it looks random can you also update the task list checkmark to show cache hit/miss? miss for green...
Would you consider letting the user provide a custom fn, I'll open an issue for this if it is viable. ({name,cacheHit,type})=>fn(...) name: name of the task cacheHit: boolean status: "fail"|"success"|"running"|"long...