Azzou
Azzou
Any news on this ? Casting doesn't seems like the "proper solution" even tho it works..
@awesomejerry You should also add TS definition, I think that `logoSize?: number | {width: number, height: number};` in index.d.ts should do it ? It will allow us to render not...
In my case, I have multiple JSON files. Let's say I have: `common.json`: ```json "componentMenu": { "title": "Title", "action1": "Action 1", "action2": "Action 2", } ``` and `link.json`: ```json "componentMenu":...