Artur
Artur
``` if (message[subKey] && entries.length === 0) { ``` instead ``` if (message[subKey] !== undefined) { ``` solves the problem
The same problem we have with ested collections with dto and path like [0]
Agree. It would be very useful - autocomplete systems, containers - with Ctrl + LClick, jump to the place where it used or defined
I've already seen.. .already planned 