You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(coremedia-richtext): Adapt to breaking API change
The system test _Should correctly render broken image with empty src_ fails.
This is (most likely) due to the breaking API change of
`setXLinkDataSetEntries`. To grant the old behavior, adding
`allowEmpty = true` to the call.
0 commit comments