-
## Issue
We have webhooks on the web app that are triggered on certain events. Those webhooks then send a request to the respective Firebase Cloud Function. With information f…
-
Hi, I unable to pass the value and quantity of item with the code:
await analytics().logEvent('purchase', {
value: parseFloat(amount),
currency: 'USD',
items: [
{
…
-
## 🐛 Bug Report
We've recently upgraded to Node 14 and we're looking to remove `esm` (`-r esm`, jdalton package) / babel / webpack and run everything natively.
We are running a monorepo and all …
-
`^3.13.5` in Chrome:
**What you were expecting:**
The page to load
**What happened instead:**
Client Error:
```js
Error: The `style` prop expects a mapping from style properties to values, n…
-
Our company uses Stripe's Radar for Fraud Teams to block certain types of cards from being used for things like setupIntents and paymentIntents (e.g. we are only letting debit cards be used right now,…
-
Hey there,
I was trying to create a select field with material-ui but no matter what I'm doing I will always get an error that doesn't say a lot. E.g. my TextField works perfectly with everything els…
-
Hi, I am trying to install the plugin via
`npm install react-currency-input-field`
and then use the example provided in the readme:
` console.log(value, name)}
/>;`
This yields the follow…
-
### Version of react-native-iap
5.2.0
### Version of react-native
0.63.3
### Platforms you faced the error (IOS or Android or both?)
IOS
### Expected behavior
When I call getProducts() or…
-
Hello, thanks for this fantastic software.
I subscribe to kottke.org and noticed this issue in the iOS app:
`[visualcapitalist.com]` is showing up as `[visualcapitalist.com.-com]`
Same wi…
-
wrapper.find('#name') returning two elements but only one element is shown in wrapper.html().
# expected outcome
only one element would be returned by `wrapper.find('#name')` and my eventual goal …