An error occurred while fetching the assigned milestone of the selected merge_request.
Allow value-less dash-cased props
Compare changes
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Currently you can't pass down dash-cased properties without a value.
See error case here in REPL.
// current
{ 'data-foo' }
// w/ update
{ 'data-foo': true }
true
to output if contains dashed and non-value