Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Enable rslib sideEffects on react-spring
Since the rslib migration, the mui-bottom-sheet component would not work anymore due to `.willAdvance is not a function` error This is due to library's side effects that are erased by the tree shaking mechanism To prevent that we change the rsbuild configuration to handle those side effects More info: pmndrs/react-spring#1078
- Loading branch information