Page MenuHomePhabricator

[web] Update to react-switch@7.0.0
ClosedPublic

Authored by ashoat on Feb 13 2023, 5:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 29 2024, 2:52 AM
Unknown Object (File)
Mar 29 2024, 2:52 AM
Unknown Object (File)
Mar 29 2024, 2:52 AM
Unknown Object (File)
Mar 28 2024, 4:37 AM
Unknown Object (File)
Mar 28 2024, 4:37 AM
Unknown Object (File)
Mar 28 2024, 4:36 AM
Unknown Object (File)
Mar 28 2024, 4:30 AM
Unknown Object (File)
Mar 25 2024, 7:16 PM
Subscribers
None

Details

Summary

This fixes ENG-2987, which broke calendar filters on prod.

What happened is similar to D6704. Basically the old version of react-switch was packaged as CommonJS, but exported an object with an __esModule property. When imported from an ESM context, Webpack 4 would handle this as a special case and allow access to the default export as if it was an ESM export, but Webpack 5 removed that "special case" logic.

Test Plan
  1. Confirm calendar filters open on web again by testing web build in dev mode
  2. Review react-switch's CHANGELOG file and confirm there are no breaking changes that affect us

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable