spark icon indicating copy to clipboard operation
spark copied to clipboard

[Tooling] Investigate React Bundle Inclusion in some components (Snackbar and Pagination)

Open acd02 opened this issue 1 year ago • 0 comments

We've discovered that React is being included in the bundle for the Snackbar and Pagination components.

This unnecessary inclusion not only increases the bundle size but also poses a risk of runtime issues when our components are used in projects that have a different React version (v18) from ours.

acd02 avatar Oct 01 '24 12:10 acd02