Talat Küyük
Talat Küyük
### Version 27.2.0 ### Steps to reproduce https://github.com/talatkuyuk/nodejs-jest-bug-reproduction.git npm install npm run test ### Expected behavior ```javascript const httpMocks = require('node-mocks-http'); class ApiError extends Error { constructor(message) { super(message); this.name...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
I needed **an optional onClick prop** for the GoogleLogin component in order to do some ui actions (like cleaning the error message on the screen etc.). For this reason, I...
### Initial checklist - [X] I read the [support docs](https://mdxjs.com/community/support/) - [X] I read the [contributing guide](https://mdxjs.com/community/contribute/) - [X] I agree to follow the [code of conduct](https://github.com/mdx-js/.github/blob/HEAD/code-of-conduct.md) - [X] I...
### Initial checklist - [X] I read the [support docs](https://mdxjs.com/community/support/) - [X] I read the [contributing guide](https://mdxjs.com/community/contribute/) - [X] I agree to follow the [code of conduct](https://github.com/mdx-js/.github/blob/HEAD/code-of-conduct.md) - [X] I...
### Describe the bug The `header.getResizeHandler()` works well if the table is not full-width. But when working with full-width tables, it does not handle the `ColumnSizingState` properly. ### Your minimal,...
When I write down a code block without specifying any language but put line numbers for highlighting like below: ```md ```{2} ``` it is interpreted as the language is `language-{2}`....
I am working with next-mdx-remote. When I use your plugin, my nextjs app throws an error: More information: https://mdxjs.com/docs/troubleshooting-mdx error - Error: [next-mdx-remote] error compiling MDX: Cannot handle unknown node...
### Initial checklist * [x] I read the support docs * [x] I read the contributing guide * [x] I agree to follow the code of conduct * [x] I...
## Use case When we change the theme dynamically, we need a customColorSet (Map) inside ColorScheme as 14.th property, so that we can utilize the custom color set that ColorScheme...