Mitch Pash

Results 8 comments of Mitch Pash
trafficstars

@markerikson https://codesandbox.io/s/reduxjs-redux-toolkit-issues-1831-pefw1?file=/src/Store/index.ts

> In Next.js 14 App Router and static rendering, the workaround could be using the `_dark` for each property. > > ```ts > const theme = extendTheme({ > styles: {...

Version 18 causes a lot of issues with testing, have you tried v16? 14 would be not great from a security standpoint. I also don't see any maintainers on this...

Bummer. I'm on v16 and haven't seen an issue myself with screen debug but I also tend use the api a little differently. `screen.debug(undefined, 1000)` is typically how I try...

@simeydotme im sure you have moved on but Iโ€™m very interested in the process behind how you generate masks. If youโ€™re willing to impart your methodology that would be awesome...

Ran into this myself recently. Yup v1.* has a compiler flag requirement. > You must have the strictNullChecks compiler option enabled for type inference to work. > https://github.com/jquense/yup#typescript-configuration I also...

@TkDodo it doesn't work every time, there is a noticeable change when the browser devtools are also open: ![Image](https://github.com/user-attachments/assets/790ccb04-b08f-4816-8f69-5842c66084c8)

Can I perhaps throw some support in the ring?