Sara Morillon
Sara Morillon
I have the same problem, stacked bar chart with time x-axis worked in 4.0.2 but not until 4.0.3.
Hello, I have the same issue. My tsconfig.json : ``` { "include": ["src", "tests", "vite.config.ts"], "compilerOptions": { "outDir": "dist", "target": "es5", "module": "commonjs", "jsx": "react", "sourceMap": true, "esModuleInterop": true, "strict":...
Hello, if this can be of any help, here is a reproduction code: ```typescript // src/useMount.ts import { useEffect, useState } from 'react' export function useMount() { const [mounted, setMounted]...
I'm observing the same behaviour with pnpm v9.1.2. The `import` utility is not reliable and prevents me from migrating from yarn to pnpm 😞