Rob Caldecott

Results 13 issues of Rob Caldecott

`react-scripts` v4.x now ships with the new React JSX transform which means you no longer need to `import React from "react";`. 💃 However, if you are using the `useBabelRc` helper...

``` [email protected] [email protected] ``` This is odd, the following code generates a TS error even though on the face of it the types look OK: ```tsx import { getWorker }...

help wanted

- `@testing-library/jest-dom` version: 5.16.1 - `node` version: 14.17.0 - `yarn` version: 1.22.17 - `@testing-library/react` version: 12.1.2 I am using `vitest` instead of `jest` for testing a React component lib in...

bug
BREAKING CHANGE

### Describe the bug I have a `pnpm` monorepo containing a React component library and an app. The component library is using `vitest`, `@testing-library/react` and uses `@testing-library/jest-dom` to extend `expect`...

upstream

- [ ] I have searched the [issues](https://github.com/recharts/recharts/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/boring-kalam-xilq36?file=/src/App.tsx) ### Steps to reproduce Run...

**Bug description:** Attempting to render a web view using an iOS simulator with an Expo project results in a crash. We are trying to render a very simple text-only web...

Type: bug report

Is there a more elegant way to configure the `babel` options yet? I am currently hacking my `viteFinal` config to enable the `formatjs` plugin like this: ```js async viteFinal(config, {...

Greetings, I have been experimenting with `vite` and `vitest` and as a big fan of Storybook I thought I'd build an example app that shows how these tools can work...

**Describe the bug** When using two arbitary `bg` class names the plugin generates a `tailwindcss/no-contradicting-classname` error. For example: ```tsx ``` This is valid and will generate: ```css background-size: 20px 20px;...

bug

### Version Number 7.51.4 ### Codesandbox/Expo snack https://github.com/robcaldecott/react-hook-form-dirty-bug/blob/main/src/App.tsx ### Steps to reproduce Since upgrading to 7.51.4 it seems that the behaviour of `shouldUnregister` has changed and our form is starting...