Edward Konovalov

Results 11 issues of Edward Konovalov

**Error in documentation** In [this](https://github.com/mjmlio/mjml/tree/master/packages/mjml-validator#in-javascript) section of the documentation it is written that the type of error being raised is `MJMLValidationError`, but in fact it is `ValidationError` and it does...

I learned late about the possibility of destructurization in types :) `T extends [infer P, ...any[]] ? P : never` from top liked solutions looks awesome UPD but it turns...

answer
en
14

```ts // thanks to solutions https://github.com/type-challenges/type-challenges/issues/2737 // and https://github.com/type-challenges/type-challenges/issues/5896 // I forgot to replace extends type from "any" to "string | number" and after that // I forgot that the...

answer
en
11

Google team blog post: https://cloud.google.com/blog/products/maps-platform/introducing-react-components-for-the-maps-javascript-api Library docs: https://visgl.github.io/react-google-maps/docs/get-started These libraries will be developed and maintained, there is no longer a need for third party libs like this

**Issue** Im using typescript + next.js, during the app build - this message occurs: ``` ./node_modules/react-currency-input-field/src/components/CurrencyInput.tsx:24:14 Type error: Type 'ForwardRefExoticComponent' is not assignable to type 'FC'. Types of property 'propTypes'...

Offical theme `.json` file https://github.com/codesandbox/codesandbox-client/blob/0752669f1a4cb9d40e45e35a9ab10f017c08369b/standalone-packages/vscode-extensions/out/extensions/codesandbox-black-0.0.1/themes/codesandbox-black-2021.json Some diffs ![image](https://user-images.githubusercontent.com/54438967/189781518-4d625f55-f60e-40a0-89a6-8d1c33a79a20.png)

**What**: Added missing `@emotion/cache` docs section for `createCache` `insertionPoint` option **Why**: The documentation should display all relevant api features And some people already notices it and asked for it https://github.com/emotion-js/emotion/issues/2774...

Replaced top level import with typeof import, to avoid problems with top level imports in d.ts.file https://www.typescriptlang.org/docs/handbook/2/modules.html?utm_source=chatgpt.com#:~:text=file%20without%20any%20top%2Dlevel%20import%20or%20export%20declarations `import en from './messages/en.json';` will almost turn off this `global.d.ts` file, better to...

### Link to the code that reproduces this issue https://github.com/Git-I985/next-head-image-empty-cache ## Description When making a HEAD request to an image served via the Next.js Image Optimizer (/_next/image) before the image...

Image (next/image)
linear: next