Mark Ladyshau
Mark Ladyshau
Currently, it's not easy to copy code snippet from the example. When I'm trying to copy code by selecting it with mouse, this copies both the description and the code...
Hi! Is it possible to provide any custom variants of toast with the headless mode? It would be great, if we could create `Notifications` component and have own `success`, `error`...
Skips pages directory warning if there is app directory in the root for `no-html-link-for-pages` lint rule. Fixes #42448. ## Bug - [x] Related issues linked using `fixes #number` - [...
Fixes #42604. ## Bug - [x] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have a helpful link attached, see `contributing.md` ##...
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` Operating System: Platform: darwin Arch: x64 Version:...
Fixes #42846. `pageProps` defaults to `any` type if it wasn't overriden by developer. The behaviour is following: ```tsx // extending "props" type interface Props { foo: string; } const MyApp:...
Fixes #291.
It'd be quite convenient to ignore some files or directories when running scripts. We can add `--ingore` option to the CLI root and run commands. This option should be implemented...