-
I'm using Jest as my test runner, and I've noticed that at times I want to run the same tests from both with storybook (with the spec addon) and outside of it (with just the Jest command in the termin…
-
As a React Trainer, I would like:
- To have an example application to use as an example on various Design and Development workflows.
## Workflows
#### Design Driven Development
Demonstrate…
-
**Describe the bug**
Only the first change to a text or number field (probably other types as well) registers and causes the component to update. It seems to be caused by there being a single `set` e…
-
Styling seems to be completely missing:
I have no styling applied in my project at this time to ensure there wasn't styling conflict. Seems no styling is loading at all
I have tried version …
-
With the Knobs addon I could include a button and associated handler... is this possible with the Controls addon?
```
import { button } from '@storybook/addon-knobs';
const label = 'Do Somethi…
-
## 🐛 Bug Report
I've got 2 test files. In the test, a WebAssembly object gets instantiated. This instantiation seems to stall for some reason when running the test in CI. Locally running jest passe…
-
In https://github.com/agraboso/redux-api-middleware/blob/master/src/RSAA.js#L6 you have deprecated the RSAA constant, however it's essential to be able to access that in the case where a `payload` fun…
-
i am using axios-mock-adapter to mock tests in react app.
got below error while running single test but it is passing in case of all tests.
/home/dev/code/client/node_modules/react-scripts/scripts…
-
~~This issue is based on the unreleased promise feature. Checkout and create PR on `promise/main` branch.~~
**Is your feature request related to a problem? Please describe.**
We introduced a new p…
-
When one has a `read` function for a client directive field, at least with the `MockedProvider`, the query hook will always return `undefined` once before returning the values.
This is difficult be…