Adam Ramberg
Adam Ramberg
I've got the exact same issue. @alexander-akait when using that approach all my jest tests that are importing the module that uses that syntax explodes. It's due to [this issue](https://github.com/facebook/jest/issues/9213),...
There is already a long-lived issue open that aims to solve this problem [here](https://github.com/facebook/jest/issues/4842). Haven't been diving into the specifics too much, but from my understanding this is not a...
If anyone plans to just handle translations in the source code directly (not following @jrwats diagram above) I've created a script that take the output from `collectFbts.js` and generates translations...
+1. However, the expected type should be: `orderId?: null | undefined | bigint`