I'm building a Page for my model-driven app. Up until yesterday it was working fine. Today I opened it to edit and received this message: isFeatureEnabled: Method not implemented. And now my Page is ignoring the recordId I pass it in a param. I did some testing and it appears that my App.OnStart() event is no longer firing.
I know that App.OnStart() is being deprecated for navigation. But surely it can still be used for parameter processing, no? Could this be a symptom of preview nature of Pages? Did MS push an update that broke App.OnStart() for Pages?
In any case, if I can't use App.OnStart() to initialize variables, where should I do it?