Ryan Bower

Results 46 comments of Ryan Bower

@JoeyFenny I managed to get this working by setting `"sideEffects": false` in the package.json of the package with the barrel export. You may also want to check this comment: https://github.com/vercel/next.js/issues/12557#issuecomment-696749484

Is there an issue tracker for this? I'm eager to convert over to ladle but need MDX support.

> https://www.npmjs.com/package/iohook > > This should do it? `import iohook from "iohook"` then, when I `npm run dev` ```WARNING in ./node_modules/iohook/index.js 10:20-39 Critical dependency: the request of a dependency is...

> toZod doesn't handle union types, which is a problem for me. I'd like to use it but need support for unions.

I've used the logic of the `` component to populate Redux with the current breakpoint. It's relatively simple albeit somewhat contrived, as it only populates the breakpoint in Redux after...

I'm very eager to start using Recoil in my applications, but errors like this make me wary of adopting. Any official update on this? I'd prefer a solution that doesn't...

@juanpprieto I've found a less invasive method that relies on the [intercept-stdout](https://www.npmjs.com/package/intercept-stdout) package. Add the following to `next.config.js` (outside of the exported configuration): ``` const intercept = require("intercept-stdout") // safely...

The error still shows on in-browser hot reloads. Not sure if there's a way to suppress those other than the chrome console regex filter.

Any progress on this? Webkit WebRTC testing would be a huge boon for a major project I'm working on.

> Just did some testing with my team and it looks like this issue happens only Macs (M1's running 12.4, not sure about intel) and not on linux machines. Changing...