-
# Context
Network request mocking can be a total pain sometimes, in all different types of tests, unit tests to e2e tests always have their own implementation of mocking these requests.
There's been…
-
**Do you want to request a *feature* or report a *bug*?**
**BUG**
**What is the current behavior?**
When I try to start my webpack bundle compilation I even gets the strange error about incomport…
-
ASP.NET Core supports integration with various single-page app (SPA) frameworks, including Angular, React, and React + Redux. Initially integration with these frameworks was accomplished with ASP.NET …
-
When running a unit test for a React component in a Nextjs project, mounting the component fails because `React is not defined`. My guess is it has something to do with the way Nextjs is handling webp…
-
When debugging in the storybook locally (and probably in the deployed version to radix also) I quickly hit the Github API rate limit.
Do you have a way of working locally that don't pull the esv-i…
-
## Feature Description
We currently use jest-fetch-mock for all of our mocking of `window.fetch` requests in our `jest` tests, but after chatting, @aaemnnosttv and I have been finding that librarie…
-
I would like to open a pull request for adding a conditionally rendering render prop. The render prop would add confirm or cancel buttons similar to the info block on bottom (http://airbnb.io/react-d…
-
There is no documentation how to integrate storybook and styled components on the new config system
previously I had a .storybook/config.js:
```
import { configure } from "@storybook/react"
impo…
-
Search Elements:
- [x] https://github.com/elastic/search-ui
FoamTree:
- [x] https://jsfiddle.net/rLqv9z4p/
API:
- ~api mock results: https://github.com/aivscovid19/search-ui/blob/master/publ…
-
**Describe the bug**
When documenting a component styled with `styled-components` I get:
>Cannot read property 'theme' of undefined
**To Reproduce**
Steps to reproduce the behavior:
Create …