When using RouterOutlet Modular.to.pop() doesn't work as expected. After a new page is pushed within the outlet, pop will cause popping (I assume) root navigator to black page rather than the page within the outlet. Navigator.of(context).pop() works correctly in this case and pops the page within the outlet.
Same issue was reported here #415 but closed without resolution.