Open thibaulthenry opened 3 years ago
Does this still happen on the latest versions? Running this code on commit 02135c2a9b6d824725a44813c819de705b6242b9 seems to work fine:
Objective obj = Objective.builder().name("test").displayName(Component.text("Test"))
.criterion(Criteria.DUMMY).build();
obj.setDisplayName(Component.text("Test 2"));
Hey @JBYoshi I will be really busy for the next weeks because I'm spending my free time on another project in my job.
I'll not be able to try the latest commit
If you could find some time to provide some more specific instructions on how to reproduce this, or find a longer version of the error trace in your old logs, that could also be helpful.
Hey, I'm publishing this issue now otherwise I'll forget to do it. As the title says:
Same stack with
updateDisplayMode
I'll try to look deeper and make a PR fix in the next days
Thanks for reading this issue.