s9th
s9th
**Is your feature request related to a problem? Please describe.** It's not a problem per se but eliminates the need of defining an extension. Also can be a first step...
### Steps to reproduce A field in json that looks like this ``` "languages": { "default": [], "type": "array", "items": { "type": "string" } }, ``` Is parsed into this...
**Describe the bug** I have a root widget with 4 listeners set up. Two of them on regular notifiers and two on mutations. If I turn on All Exceptions in...