Max
Max
+1. I use this definition: ``` "Comment": { "type": "object", "properties": { "id": { "type": "string" }, "post": { "type": "string" }, "body": { "type": "string" }, "parent": { "type":...
My solution was to use the construction like ```js jest.mock('@/shared/lib/notify'); import { notify } from '@/shared/lib/notify'; // ... it('...', () => { // ... if (jest.isMockFunction(notify.openError)) { expect(notify.openError).toHaveBeenCalledWith({ text: `Error:...
Oh I think it wasn't an extension that broke This thing broke:  After installing the extension it now never finishes initializing it I will rename the issue to reflect...
> Can you additionally reload window and send logs of extension if it exists, please?  I tried and there is just no "Key Promoter" in the select you mentioned...
Windows 10 with WSL 2 with Ubuntu 22.04.3 installed
I had the same issue and in the end moved from obsidian-iconize to [iconic](https://github.com/gfxholo/iconic). It works much better with sync. Hope it helps!