Mark Ladyshau

Results 8 issues of 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`...

enhancement

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` - [...

type: next

Fixes #42604. ## Bug - [x] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have a helpful link attached, see `contributing.md` ##...

type: next

### 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:...

template: bug

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:...

type: next

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...