You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bun does not support wildcard side effects yet (bun #5141), which means whenever react-remove-scroll is referenced it is not optimized. Can sidecar be referenced through its relative path instead to prevent deoptimization and related warnings ?
{// ..."sideEffects": ["./sidecar.js"],// ...}
The text was updated successfully, but these errors were encountered:
Bun does not support wildcard side effects yet (bun #5141), which means whenever react-remove-scroll is referenced it is not optimized. Can sidecar be referenced through its relative path instead to prevent deoptimization and related warnings ?
The text was updated successfully, but these errors were encountered: