-
## Which package?
intl-displaynames
## Describe the bug
https://github.com/formatjs/formatjs/blob/f730b910640821684ec5ea7a94eef8aa7437467a/packages/intl-displaynames/index.ts#L21
Has no `'…
-
-
We need to adjust the text to remove the word *burrito*
You are trying to give away 1 burritos, but you only have 0 burritos left today!
-
Running the `npm install react-drawing-board` on a fresh project results in many warnings and errors. It seems that the listed dependencies in the package.json have changed names or location at this t…
-
## Which package?
@formatjs/cli-lib
## Describe the bug
041b324503fcc4dd9ddbd3b9783c9d5d2a1c0311 bumped chalk from `^4.0.0` to `5` but [chalk v5 is ESM-only](https://github.com/chalk/chalk/re…
-
-
## Observed behavior
[Prior discussion on Slack](https://learningequality.slack.com/archives/C59J8FEPN/p1631207348030200)
[Full list of the strings in question](https://www.notion.so/learningequ…
-
Hi,
Yarn Plug ‘n’ Play comes with a new dependencies paradigm and is a bit more strict about what is allowed. The error I got is pretty self-explanatory:
`Error: babel-plugin-react-intl tried to…
-
```js
import { transformSync } from "@swc/core";
const src = `
import { FormattedMessage } from "react-intl";
export function App() {
return (
);
}
`;
const resu…
-
Current polyfill contains only `Intl.DateTimeFormat.prototype.formatToParts` but not `Intl.NumberFormat.prototype.formatToParts`