spark
spark copied to clipboard
[Tooling] Investigate React Bundle Inclusion in some components (Snackbar and Pagination)
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.