Closed mikekistler closed 1 year ago
This PR fixes a bug in the propertyDefaultNotAllowed function that attempted to reference into properties without first ensuring it was defined. The fix is to use optional chaining. I also added a test (as the first commit) to reproduce the problem.
properties
This PR fixes a bug in the propertyDefaultNotAllowed function that attempted to reference into
properties
without first ensuring it was defined. The fix is to use optional chaining. I also added a test (as the first commit) to reproduce the problem.