Daniel Jacobs

Results 196 comments of Daniel Jacobs

I'm seeing the same error in https://github.com/ruffle-rs/ruffle-rs.github.io/pull/466, but in `stringify`, not `{linkComponent: function i}`: ``` Error: Functions cannot be passed directly to Client Components unless you explicitly expose it by...

I don't mind this and it's how we've done updates in the past, but worth noting the odd number releases always have significantly shorter life-cycles than the even number releases....

Still, the point of the tests is to catch breaking issues as early as possible, and the builds are still being done with even number releases, so it's probably fine....

Minimal reproductions: - Recharts 2, Mantine 8.2.0, no issue: https://codesandbox.io/p/sandbox/recharts-2-test-barchart-5sq67y (https://5sq67y.csb.app/) - Recharts 3, Mantine 8.2.0, issue occurs: https://codesandbox.io/p/sandbox/practical-morse-86x2rf (https://86x2rf.csb.app/) - Recharts 3, Mantine 8.2.0, issue worked around: https://codesandbox.io/p/sandbox/recharts-3-test-barchart-workaround-f97q75 (https://f97q75.csb.app/)...

From https://github.com/recharts/recharts/issues/6149#issuecomment-3128694341: > You'll need to specify your `yAxisId` explicitly on the grid: ```js ```

The breaking changes were updated: https://github.com/recharts/recharts/wiki/3.0-migration-guide#other-breaking-changes > `CartesianGrid` has new properties `x/yAxisId` that correspond to `x/yAxisId`s on the `X/YAxis` components respectively. With a different ID than default, `CartesianGrid` lines will...

Until the issue is fixed, for anyone else who has this problem: You can add `gridProps={{ yAxisId: "left" }}` to the `LineChart`/`AreaChart`/`BarChart`/`ScatterChart`/`CompositeChart` element if you use `recharts` 3.

> This breaks documen.embeds == document.embeds and probably other invariants. Fixed in the latest commit