Leonardo Maier

Results 20 comments of Leonardo Maier

Same problem here, it would be nice to have this feature.

@freben I just made some changes, let me know what you think 😄

So, `BuildTimeline.test.tsx` tests are broken. I took a look, and it seems to be caused by a recharts lib dependency called `react-resize-detector` which was on version v2.3.0 before the upgrade....

Found an interesting discussion related to the CI error: https://github.com/recharts/recharts/commit/3115b4d869042f7daf94a267117f75adc5049e23 Still trying out some approaches.

Upgrading recharts lib to v2.0.0 brought problems related to its dependencies. For example, recharts use [d3-*](https://github.com/d3/d3-array) (array, shape, interpolation, etc...) as a dependency and at some point, `d3` files were...

Going to dig into it a little bit more and search for alternatives.

@freben I've made some changes: - To solve issues related to `d3-*` libs, I removed the parser config for `tsx` files on `jest.js` (based [on this thread](https://github.com/swc-project/jest/issues/98)) - After the...

@freben you're right, I'll undo this change. I've found an interesting issue on the SWC repository that was tagged as a bug: https://github.com/swc-project/swc/issues/4911 The error above is what happens if...

Referencing the PR that might unblock this: https://github.com/swc-project/swc/pull/6067

Looks like the fix is planned to be released in [email protected]