[Property Editor] The value for parameter 'X' cannot be null
Open
P2
property editor
- Dominant language
- Dart
- Stars
- 1.7k
- Forks
- 404
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 18
Description
Our analytics show that a number of the failed apply edit requests in the Property Editor are failing with:
```
The value for parameter 'X' cannot be null
```
It's possible we are incorrectly allowing some properties to be nullable that are not actually nullable.
Contributor guide
Research direction
Start in the Property Editor flow that submits apply edit requests and trace how nullable properties are accepted before the request is sent. Reproduce or inspect the failures described in the issue, identify which properties can produce a null value for parameter 'X', and verify that invalid requests are no longer allowed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100