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