Results 5 comments of Pavel Lozinsky

I'm sorry, I do not have access to a normal internet connection. I will certainly think about how to solve the problem.

You can try to specify the [`viteNodeInlineDeps`](https://histoire.dev/reference/config.html#vitenodeinlinedeps) setting: ```ts export default defineConfig({ viteNodeInlineDeps: [/moment/], }) ```

Why does the `shallow` option only change the strategy for applying readonly (`shallowReadonly`/`readonly`)? 1. it seems that the description in https://github.com/TanStack/query/pull/8692 changes doesn't really reflect the truth either 2. without...

The issue also applies to the `@floating-ui/react` package, because `useFloating` from `@floating-ui/vue` implements the same behaviour. Demo: https://codesandbox.io/p/sandbox/floating-ui-react-demo-p5rxyp This happens because you hide your floating element via CSS. Changing the...

Yes, it will never be repositioned without `autoUpdate`. Do you have an option to use conditional rendering via `v-if` (instead of `v-show` or opacity/visibility/display style) for a floating element?