Comment

I'm building out a dynamic type for an object that has selectors that are valid "null" values. When i try to configure the object through your package it throws an error "[Properties selectors}, Issue with accessor for properties ..." All the properties it displays the error for have a value of null, which again is what i expect depending on how the object was configured. Is it possible to have a null value be OK? perhaps just a warning not an error? I need to have those values represented as null if they are null and as their populated value if they're populated.