See: https://codepen.io/rsreusser/pen/xLOPGv ### Expected behavior: 1. plot is created 2. title is set to invalid string: `"failure<sub>2</sub></sub>"` 3. plot is restyled to valid string: `"success"` 4. plot has title `"success"` ### Observed behavior: As soon as the title is made invalid in step 2, further updates don't work.