-
# Bug report
firestore-stripe-payments
## Describe the bug
getProducts doesnt return list of products.
```
//membershipService.ts
import { getStripePayments, Product } from "@stripe/firest…
-
https://codesandbox.io/s/github/kentcdodds/advanced-react-patterns-v2/tree/frontend-masters
Unmodified CodeSandbox failing all tests. Looks like React testing library problem.
`ReferenceError: a…
-
### What version of Bun is running?
1.0.11+f7f6233ea
### What platform is your computer?
Darwin 21.6.0 arm64 arm
### What steps can reproduce the bug?
React testing library requires global hooks …
-
npm i react-paypal-express-checkout
```
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: client@0.1.0
npm ERR! Found: react@17.0.2
…
-
I recently did many upgrades to my project including upgrading React 16 to 17, Next.js 9 to 12, React Select 4 to 5, React Testing Library from 11 to 12. Now my tests are failing for creatable selects…
-
**Reproduction**
Steps to reproduce the behavior:
1. Click on the run test icon on WebStorm IDE to run the following test:
```js
describe("App", () => {
it("render", () =>…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
When using `TextField` with `multiline` the `on…
-
I'm not sure if it is me or a bug, but during development when I need to refresh the page then multiple `[HMR] Waiting for update signal from WDS...` messages along other logs like the app would reloa…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
# Bug report
**TLDR**: `ModuleFederationPlugin` won't expose a host's dependency to a remote if the dependency is an `external`.
To be honest, I'm not completely sure if this is a bug, a missing…