RangeSet.of([
{
from: effect.value,
to: effect.value + 3,
value: Decoration.mark({ class: 'yeppers' }),
},
])
works, but the typescript suggests it works even without the list, and that seems false.