Nicky McCurdy
Nicky McCurdy
The API level for it is 1 (experimental), we might want to wait until this changes to put it in a stable release. Also, does this replace #16 or should...
Good point, though I don't think we should make this block any releases until it's no longer experimental.
It seems like the easiest alternative is to add `package.json` to `.prettierignore`, which will use Yarn's formatting rather than Prettier's, but still prevents conflicts between them.
> We can add alias for `last 2 Chrome versions, last 2 Edge versions, last 2 Firefox versions, last 2 Safari versions`. I think an alias would be helpful, as...
> > According to [Statcounter Global Stats](https://gs.statcounter.com/), Chrome still has over 70% market share in [Asia](https://gs.statcounter.com/browser-market-share/mobile/asia) and [Africa](https://gs.statcounter.com/browser-market-share/mobile/africa). I believe most of the other popular mobile browsers in these regions...
On second thought, now that Chrome supports step export, it's easier to use this extension with framework specific packages like React Testing Library. We can investigate those independently and packages...
Zod is another validation library, but with more of a focus on strong TypeScript support. Since Yup isn't even installed by Formik by default, we should be able to take...
Would a bundler or React server be necessary for testing some SSR or RSC hooks? I'm thinking about possible architectures for [server components](https://github.com/testing-library/react-testing-library/issues/1209), and if there's overlap with server hooks.
Yes, but custom hooks should still be able to use the following React hooks in RSCs: - use - useId - useCallback - useContext - useDebugValue - useMemo
This feature has implementations now: - [Safari 16.4 Beta](https://developer.apple.com/documentation/safari-release-notes/safari-16_4-release-notes) - [V8 (release unknown)](https://bugs.chromium.org/p/v8/issues/detail?id=13321) - [Firefox (no release)](https://bugzilla.mozilla.org/show_bug.cgi?id=1795816) - [Bun 0.3.0](https://bun.sh/blog/bun-v0.3.0) Can we document it yet?