If I change opacity then it is not applied: ``` <Pane name="interactive" style={{ opacity }}> ``` Workaround is to add `key={opacity}`.