The demo for the custom button example on the Popover Buttons documentation page does not work. It does not have the custom "Go to first" button that is shown in the example code.

The reason for that is
|
config!.onPopoverRendered = attachFirstButton; |
which still uses
onPopoverRendered which was renamed to
onPopoverRender.