Approach S62: "Native base view is not supported." error

My widget performs the following:

  1. From a view: WatchUi.pushView(new WatchUi.ProgressBar(...), ...)
  2. From the ProgressBar: WatchUi.switchToView(new WatchUi.Menu2(...), ...)

This fails specifically on the Approach S62 device with the following error:

Error: System Error
Details: Native base view is not supported.
Stack:
- switchToView() at T:\mbsimulator\submodules\technology\monkeybrains\virtual-machine\api\WatchUi.mb:3813 0x3000357c
- presentMenu() at [call site of the WatchUi.switchToView]

I've observed this happening generally if you don't maintain at least one view in the stack, but as said, this fails specifically on the Approach S62.

Any ideas?