Ian VanSchooten

Results 155 issues of Ian VanSchooten

I am trying to set up flow typing with react-navigation v4, and having a difficult time. I can't figure out how to call `createAppContainer` correctly, and am getting two errors....

**Describe the bug** I've set `useTypeImports: true` in my config, but it is causing my custom `fetcher` in `typescript-react-query` to be imported as a type, which does not work. **To...

**What**: This uses `.mjs` for esm files being exported from the package, since the package itself is not `"type": "module"`. I also marked it as explicitly `"type": "commonjs"` for good...

### Describe the feature you'd like: I am a maintainer of storybook-builder-vite, which allows storybook users to build their previews using vite, which works entirely in ESM. Storybook recently also...

enhancement
help wanted
good first issue

- `@testing-library/react` version: 13.3.0 - Testing Framework and version: Storybook 6.5.9 - DOM Environment: Browser ### Relevant code or config: ```js import '@testing-library/react/dont-cleanup-after-each'; ``` ### What you did: I'm trying...

enhancement

**Describe the bug** I'm just getting started using slidev, and was confused at first and thinking that HMR was broken, because I was editing the first heading of the first...

It looks like there hasn't been a version released in just over a year. Any chance of getting a new release?

## Description I find that using safari 15.4, trying to navigate to a search result that is on the current page does not work. There's a bit of flicker on...

Upon npm install: ``` npm WARN deprecated [email protected]: Critical vulnerability fix in v5.0.0. See https://auth0.com/blog/2015/03/31/critical-vulnerabilities-in-json-web-token-libraries/ ```

This is a failing test for https://github.com/miragejs/miragejs/issues/359, using the example from the [docs](https://miragejs.com/api/classes/server/#passthrough).