RoXoM

Results 16 issues of RoXoM

support set less loader option fix valid problem when use newest css loader Break Change: change the usage of addLessLoader

Newest `css-loader` validate the options of `css-loader`. And support new usage with css modules. react-scripts has depended on `[email protected]` Use the `addLessLoader` newest `react-scripts` will throw error: ``` ValidationError: Invalid...

BizCharts Version: 4.1.15 Platform: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' Mini Showcase(like screenshots): [mini case](https://codesandbox.io/s/qu-jian-shi-jian-tiao-xing-tu-bug-demo-forked-tq5ve)

Now, I only use a few icons in `@ant-design/icons`. I will use more in the future, but I definitely can't use all the icons. When i import `@ant-design/icons` like this:...

ReferenceError When Use `Lodash` Placeholder. `Lodash` support use `_` as Placeholder in `_.curry` and other funcs. This is a test case: ```js function abc(x, y, z) { return [x, y,...

**Is your feature request related to a problem? Please describe.** In a team, a tool like Guppy are not everyone's favorite to use. So this is not a mandatory tool....

I am trying to use `yarnPnp` or `pnpm` in my project. But, I ran into a lot of problems with undeclared modules that are declared in `react-scripts`. For example: ```...

```tsx // Will get error: defaultProp "data" has no corresponding propTypes declaration // from react/default-props-match-prop-types export type TableProps = { data?: any; }; const defaultProps = { data: null, };...

bug
help wanted
typescript

Test case: ```mdx [![latest version](https://img.shields.io/npm/v/markdown-to-jsx.svg?label=latest%20%20version)](https://www.npmjs.org/package/markdown-to-jsx) ``` Expected: [![latest version](https://img.shields.io/npm/v/markdown-to-jsx.svg?label=latest%20%20version)](https://www.npmjs.org/package/markdown-to-jsx) Actual: [!\[latest version](https://www.npmjs.org/package/markdown-to-jsx)][(https://www.npmjs.org/package/markdown-to-jsx)](https://www.npmjs.org/package/markdown-to-jsx) relates to #524