Hanna

Results 3 issues of Hanna

- When using either "Bottom Layer as Background" or "Top Layer as Foreground" OR using both "Bottom Layer as Background" and "Top Layer as Foreground" the success export layer count...

bug

- [BUG] “Use index descending” exports visible layer in invisible group - [BUG] “Use index ascending” exports visible layer in invisible group - [BUG] “Use layer and parent group names”...

bug

I'm using a`isMulti=true` `Creatable` amd writing tests for it. In my tests I have the following expects: ```js expect(value).toEqual([emails[0]]); // Passes await selectEvent.select(getByLabelText("To:"), emails[1].label); expect(value).toEqual([emails[0], emails[1]]); // Passes await selectEvent.clearFirst(getByLabelText("To:"));...