mkhoussid
mkhoussid
Sounds tedious, but have you tried manually adding fields after instantialization, as per the docs? ``` const invoice = invoiceIt.create(); invoice.recipient.company_name = 'Receiver company'; invoice.recipient.first_name = 'Will'; . . ....
Running into same issue.
Only works for `pt_BR` and `en_US` for some reason. Doesn't work with others like `ru_RU` or `zh_CH`.
You can use a foreign object. ``` { return ( ( {props.properties.text} )} ); }} /> ```
Any update on this? Can't find an example in the storybook.
> What's the situation with this 5 months after being reported? Are there any plans to rectify this in the near future? Just installed the library after a break of...
As specified in the [docs](https://www.npmjs.com/package/react-router-sitemap), > Please note that in this case you need a module 'babel-register' to work with the ES2105 syntax and .jsx format. So, you need to...
> for me `` fixed it Did the trick for me: ```javascript ```
Why not just set an integer as a `key` property on the `Swiper` component and just increment it whenever `onSwiped` fires?
I deleted a previous comment, because I found the [relevant documentation](https://docs.expo.dev/eas-update/environment-variables/#sharing-environment-variables-between-local-development-eas-update-and-eas-build:~:text=Your%20local%20development,eas.json.) for this issue