Jiajun Chen
Jiajun Chen
https://reactjs.org/docs/jsx-in-depth.html#booleans-null-and-undefined-are-ignored Only certain types in React can be rendered. `false`, `null`, `undefined`, and `true` are valid React children. They donβt render. Here, I propose a new API and its use...
**Describe the bug** The value of `fill` and `stroke` is > \ = none | [\](https://www.w3.org/TR/css3-values/#colors) | [\](https://www.w3.org/TR/css3-values/#url-value) [none | [\](https://www.w3.org/TR/css3-values/#colors)]? | context-fill | context-stroke" setting `currentColor` to true will...
**Describe the bug** A `fill` or `stroke` that has two or more value is valid in SVG, like ```html ``` It should be optimized to the following ```html ``` However,...
SVGR wrongly escape IDs, URLs and xlink:href that containing CJK characters and Cyrillic characters
## π Bug Report Input a file containing Chinese(or Korean, Japanese, Cyrillic) ID and mapping URLs, output incorrect component. ## To Reproduce Type in the following SVG in the playground....
## π Bug Report ```ts import { ReactComponent as εΎζ } from '@root/images/icons/εΎζ -εε½’.svg?component'; ``` will cause ``` SyntaxError: unknown: Missing initializer in const declaration. (8:9) 6 | } 7 |...
**Is your feature request related to a problem? Please describe.** [mdc-web](https://material.io/develop/web/components/data-tables/) has data tables now. **Describe the solution you'd like** Implement it
**Describe the bug** The built js files in https://unpkg.com/browse/[email protected]/dist/button/ are too large compared to other components library like [Element](https://unpkg.com/browse/[email protected]/packages/button/) or [Buefy](https://unpkg.com/browse/[email protected]/dist/components/button/). **To Reproduce** Steps to reproduce the behavior: 1. Go...