Asuka109
Asuka109
@0800LTT I think coredump will be very useful. But now I have changed to Intel's MacBook, which may not reproduce this bug.
@chenjiahan @sanyuan0704 现在 `FinalConfig` 的命名咋样,我能想到的可选项还有 `NormalizedConfig` `Config` `FinalBuilderConfig`
@sanyuan0704 确实,可以明天具体看下咋弄
最好是能录屏演示下
I tried to modify the `.storybook/main.js` from: ```js module.exports = { addons: [ '@storybook/preset-create-react-app' ] }; ``` to: ```js module.exports = { addons: [ { name: '@storybook/preset-create-react-app' options: { scriptsPackageName:...
The `_addAppendLoader()` property is a common util function used by somewhere. I perfer to move it to `handleComponentStyle()` and only inject tokens for limited files. https://github.com/arco-design/arco-plugins/blob/80eb24a510217fc8c0f33376d1de83471bb4a470/packages/unplugin-react/src/plugins/theme.ts#L35-L50 But when I look...
How about just write the custom token fields in the top level of theme configuration?
Hi, please assign this issue to me. I can try it.
I have tried to replace the `pub(crate) resolver_factory: Option` with `pub(crate) cached_resolver_factories: FxHashMap` to provide a correctly cached resolver factory getter. It makes the case work fine, but also breaks...
@vzaidman I have added some typings. I would like to know if we can release a new patch soon. After this PR, I will wait for the continuous refactoring.