You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The definition for the page in the preferences section did not specify
'install: true', instead this was specified in the declaration for the
dynamicPage. However, it seems changing the definition in the
dynamic page declaration doesn't matter as in iOS it always uses
the first declaration found.
Fixing this issue by adding 'install: true' to the preference declaration
and removing the page definition from dynamicPage.
0 commit comments