* Update dictionary sample to use sidePanel.open()
Updates the dictionary side panel example to use the
sidePanel.open() API. This means we are also able to demonstrate
a way of safely passing data to the side panel without hitting
any race conditions.
* Address feedback