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
Similar to @formatjs/intl, they allow you to define messages with correct types. They don't really do anything else besides returning what you passed into them.
1a085f1: Downgrade and pin specific FormatJS packages versions
Unfortunately, newer version shipped with export conditions that result in ESM files being imported as CJS ones. We're temporarily downgrading the versions and pin their versions instead of using a range to mitigate the issue.