Sunny Singh

Results 7 comments of Sunny Singh

This a fairly common use case that I'm personally coming across as well. It's not a good user experience when a bunch of "this field is required" errors are shown...

I'm also interested in seeing support for Warp considering that it's a better terminal app from a UI/UX perspective, but its AI-based suggestions are still finicky. Fig integration would be...

I am also running into this, and as a quick fix it would be nice if a CLI option was available to avoid the auto-install prompt altogether. This way I...

Wow you work fast @raineorshine! This worked well for me, I confirmed that `--workspaces` does not upgrade the root project, and `--withWorkspaces` does. It seems to only run `npm install`...

Hi, any updates on this issue? We are currently unable to use API Extractor since it doesn't work with Material-UI. We could use something like npm.im/patch-package but it also seems...

Thanks for the quick reply! I posted the same question on a similar library and received a solution that I could implement: https://github.com/mpratt/Embera/issues/22#issuecomment-106496373 Obviously this can be used with either...

Any ETA on merging #1062? I am also experiencing this issue and as Carlos mentioned the docs are contradicting. **Update**: For now, here's a workaround with `next/head`: ```jsx {/* Workaround...