cnssChain opened this issue 4 years ago · 2 comments
componentWillMount = async() => { const res = await Storage.get("theme") this.props.themeConfig.changeTheme( res || "light" ) }
这段代码也太简单了,完全看不出有啥问题。。可以考虑在 codesandbox 里复现一下
似乎是和 #54 同一个问题,1.1.2 版本已修复