Roman Zhuravlov

Results 23 issues of Roman Zhuravlov

## Describe the bug The following code gives me console errors in VSCode, although the output selector and styles inside are working fine: ```ts ${Wrapper}:is( [data-theme="blue"] ) & { filter:...

bug

This library uses [GTAG](https://developers.google.com/analytics/devguides/collection/gtagjs) to load analytics. Is it possible to add optional support for [GTM](https://tagmanager.google.com/) as well? More info: https://measureschool.com/google-tag-manager-vs-global-site-tag

enhancement
good first issue

## Environment Styled-components v6+ Tested on `v6.0.0-beta.1` ## Reproduction This code works fine both in v5 and v6, and generates correct styles: ``` const StyledDiv = styled.div(({ theme }) =>...

**Is your feature request related to a problem? Please describe.** I'm trying to create a custom `Message` React component that accepts `message` prop. (And optionally `scope` and `params`). It would...

question

Currently, `Point` and `Bounds` types are defined like this: ```tsx export type Point = [number, number] export interface Bounds { ne: [number, number] sw: [number, number] } ``` It provides...

Consider the following html: ```html ``` It should generate two buttons, one with red icon and one with yellow icon: ![image](https://user-images.githubusercontent.com/15171036/234000989-1f732ec1-32b3-4d3e-867d-86e0c971dd8e.png) But in the resulting image both icons are black:...

bug

Refs: #392 ### Description This PR adds support for `href` attribute for the `use` svg elements. ### Motivation and Context [xlink:href is deprecated](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xlink:href). Users should use `href` param for the...

PR: unreviewed

When processing svg elements with ``, they will be ommited in the resulted image. This library only handles `xlink:href` param, which is considered deprecated: ![image](https://user-images.githubusercontent.com/15171036/233638459-1f948e1d-639f-4f6b-8be6-a240c34cdeae.png) ### Expected Behavior Parse both...

bug

- [x] I have searched the [issues](https://github.com/recharts/recharts/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/devbox/recharts-brush-issue-c56k82) ### Steps to reproduce Top and...

bug

### Describe the Bug I think `@xyflow/react: v12.0.0-next.9` introduced a regression. I'm using a setup very similar to Elkjs Tree example from the docs: https://reactflow.dev/examples/layout/elkjs Also, I've implemented Expand and...

v12
needs response