xiaopujun
xiaopujun
> There is a workaround with `adjustStyleLoaders`. > > ``` > adjustStyleLoaders(({ use: [, , postcss] }) => { > const postcssOptions = postcss.options; > postcss.options = { postcssOptions };...
(https://github.com/ant-design/ant-design-charts/issues/258#issuecomment-1240226098)
> Thanks for your reply. I tried the way you said. When I set the clickable value to true, this cannot be scaled normally. > > After checking the document,...
Is V3 still going to be released? Stay tuned, I'm using react-color in my project and it works great, it would be great to add gradient mode!
> ```js > const monaco = useMonaco(); > useEffect(() => { > if (monaco) { > monaco.editor.addCommand({ > id: 'editor.action.formatDocument', > run: () => undefined, > }); > } >...
In the end, I used this library to accomplish the effect I wanted. [monaco-react](https://github.com/suren-atoyan/monaco-react). I passed the value or defaultValue into the component , and whether or not the component...
The second image is scaled to 200% and the relative position of the elements to the scale is always the same. Is this effect Ruler component achievable?