Craig Jennings

Results 10 comments of Craig Jennings

I've also run into this scenario with types - https://codesandbox.io/s/strange-fast-spohy?file=/src/main.tsx. Notice that typescript complains that the `` component should have an `href` prop which doesn't make sense.

I just ran into this myself. Any workarounds or resolutions yet?

I'm getting the same error. This is a pretty big bummer to doing component testing. Here's a link to my comment in a previous issue about this. It outlines which...

`mq({ color: ['#f2f', '#00ff00'] })` will actually return an array of objects, each with the values assigned for the breakpoints. ``` mq({ color: ['#f2f', '#00ff00'] }); // Output [ {...

From my understanding, I am using Preact as that is the default when you run `npm init wmr`, right? In `package.json`, ``` "alias": { "react": "preact/compat", "react-dom": "preact/compat" } ```...

I'd also like to see this implemented

I just tried and it still runs `postinstall` scripts even with `ignore-scripts=true` in my `.npmrc` file. Specifically, I'm installing deps for a project that uses Husky, and I'm seeing it...

I'm getting that behavior on 3.25.6. In using https://zod-playground.vercel.app/, if I have `z.literal('test', { message: 'wrong' })` and give `undefined`, the message shows as expected (see screenshot below). However, if...

@colinhacks I think this is still an issue in v3.25.6 (see above)

I have the same behavior on Windows 11/Brave 1.66 (Chromium 125). When I inspect the widget, I'm seeing this error in the console ``` Uncaught (in promise) TypeError: Failed to...