Nirmalya Ghosh
Nirmalya Ghosh
@msimonc Thank you for reporting the issue. According to the [dev](https://github.com/ghoshnirmalya/building-monorepos-using-lerna/blob/master/packages/components/package.json#L17) command, any js or jsx file added inside the `lib` directory should be built without the need to restart...
@Rykuno Thank you for posting this issue. In development mode, the Next.js application (specifically NextAuth) was unable to connect to the Postgres database. I've pushed [one commit](https://github.com/ghoshnirmalya/nextjs-hasura-boilerplate/commit/bc5e9fbf309626385b2a865ee813a7324fd168ff) which should fix...
@Rykuno Thank you for the detailed response. We'll most probably have to wait for both of these issues to be fixed in NextAuth rather than adding `getInitialProps` which will prevent...
My apologies! I will update the readme soon.
@NuggetOfOdium Can you please rebase your PR?
@marcoriesco I believe that this issue is similar to https://github.com/ghoshnirmalya/nextjs-strapi-boilerplate/issues/4. Please let me know if the discussion in that issue helps you. I'll keep this open for the time being.
@NuggetOfOdium Would you be interested in creating a pull request with the changes that you suggested?
#### 📝 Changed routes: | [**/404**](https://nirmalyaghosh-gw0ch90sv-ghoshnirmalya.vercel.app/404) | [**/articles/\[slug\]**](https://nirmalyaghosh-gw0ch90sv-ghoshnirmalya.vercel.app/articles/[slug]) | |:-:|:-:| |(view full size) |(view full size) | | [**/articles/drafts/\[slug\]**](https://nirmalyaghosh-gw0ch90sv-ghoshnirmalya.vercel.app/articles/drafts/[slug]) | [**/articles/drafts**](https://nirmalyaghosh-gw0ch90sv-ghoshnirmalya.vercel.app/articles/drafts) | |:-:|:-:| |(view full size) |(view full size) |...
Can you share a link to a sample reproduction on Codesandbox?
If you would like to contribute to add you, you can do the following: 1. Add `isInputDisabled` as a prop [here](https://github.com/ghoshnirmalya/react-search-box/blob/master/src/input/index.tsx#L18-L31). 2. Pass it to [the component](https://github.com/ghoshnirmalya/react-search-box/blob/master/src/input/index.tsx#L70-L84).