红果汁
红果汁
I have the same problem, this is my solution. ```javascript this.state = { isMounted: false } componentDidMount() { this.setState({ isMounted: true }) } componentWillUnmount() { this.setState({ isMounted: false }) }...
> 首选大佬的插件非常好用,只是在配合自动生成changelog的工具时,由于插件会在type前面添加emoji,导致校验时会认为不符合angular的commit规范(规范里的type只是英文单词,不包括表情),就不能生成正常的changelog了。 > > > > 请问下能否将默认模板的emoji放到type:后面,虽然楼主提供了配置Templates配置项,可以在templateContent中修改的位置,但是多人协作的时候,都要去修改vscode的配置就不太方便了,能否在项目里加个配置文件,优先取文件的配置,再取编辑器的配置,最后取默认配置,谢谢。 确实疏忽了团队协作这块,编辑器配置确实还是共享比较好,我考虑下这个功能,下个版本更新上去😁。
> 谢谢,顺便加个默认的init吧 init 指的是什么
> 就是在现有的11种type类型外,加一个type init,表示🎉 Init | 初始化,这个不是必须的吧,只是一个建议,我等下提交pr吧 👌
你可以自己配置emoji表情,通过 GitCommitPlugin.CustomCommitType
> 嗯嗯,是可以自行配置,但是团队协作,每个人都要配置插件,是不是代价有点大 > > > > 如果默认的配置能够遵循 gitmoji 标准就好了 我看能不能把配置文件加上,默认读配置文件,这样就能版本控制了,方便团队管理
最近比较忙,暂时没时间管这个项目,可以的话提个pr过来😅
You can add `disabledOverflow` property to the menu component to solve this problem.Note that this property is still **experimental** and not the official recommended solution, but it will solve the...
ok, I'll try to fix it.