Roman Zhuravlov
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:...
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
## 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...
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:  But in the resulting image both icons are black:...
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...
When processing svg elements with ``, they will be ommited in the resulted image. This library only handles `xlink:href` param, which is considered deprecated:  ### Expected Behavior Parse both...
- [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 [](https://codesandbox.io/p/devbox/recharts-brush-issue-c56k82) ### Steps to reproduce Top and...
### 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...