This fixes an error with the following:
1. CurrencyFactory patch
```js
import { CurrencyFactory } from '@woocommerce/currency';
```
instead of
```js
import CurrencyFactory from '@woocommerce/currency';
```
2. Error with TextComponent from `@wordpress/components`
Fixed with pnpm patch
MAILPOET-5121